Re: [PATCH] IPv6: Functions Clean-up
From: YOSHIFUJI Hideaki / 吉藤英明 <hidden>
Date: 2003-02-24 07:19:14
Also in:
lkml, netfilter-devel
From: YOSHIFUJI Hideaki / 吉藤英明 <hidden>
Date: 2003-02-24 07:19:14
Also in:
lkml, netfilter-devel
In article [ref] (at Mon, 24 Feb 2003 16:18:15 +0900 (JST)), YOSHIFUJI Hideaki / 吉藤英明 [off-list ref] says:
In article [ref] (at Sun, 23 Feb 2003 22:54:26 -0800 (PST)), "David S. Miller" [off-list ref] says:quoted
Hideaki-san, do you try to compile the patches you send to me? :-)sorry, I had compiled with wrong options... :-p just a moment, please...
Please apply this patch on top of the previous patch. Sorry for the mess. Index: net/ipv6/route.c =================================================================== RCS file: /cvsroot/usagi/usagi-backport/linux25/net/ipv6/route.c,v retrieving revision 1.1.1.6.12.1 retrieving revision 1.1.1.6.12.2 diff -u -r1.1.1.6.12.1 -r1.1.1.6.12.2
--- net/ipv6/route.c 23 Feb 2003 17:40:42 -0000 1.1.1.6.12.1
+++ net/ipv6/route.c 24 Feb 2003 07:10:02 -0000 1.1.1.6.12.2@@ -580,7 +580,7 @@ int b = plen&0x7; int o = plen>>3; - memcpy(prefix, addr, o); + memcpy(pfx, addr, o); if (o < 16) memset(pfx->s6_addr + o, 0, 16 - o); if (b != 0)
--
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF 80D8 4807 F894 E062 0EEA