git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b2db6
)
[IPV6] ADDRCONF: Fix array size for sysctls.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Mon, 24 Mar 2008 15:25:11 +0000
(
00:25
+0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Fri, 4 Apr 2008 01:44:41 +0000
(10:44 +0900)
We have been using __NET_IPV6_MAX for adjusting the size of array
for sysctl table, but it does not work any longer because of the
deprecation of NET_IPV6_xxx constants. Let's use DEVCONF_MAX
instead.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
No differences found