Hi, Looks like a typo ?? -- ~Randy patch_name: init_mib_fix.patch patch_version: 2003-07-08.09:31:50 author: Randy.Dunlap <rddunlap@osdl.org> description: use correct struct name product: Linux product_versions: 2.5.74 maintainer: davem@redhat.com diffstat: = net/ipv6/proc.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Naur ./net/ipv6/proc.c~mib6 ./net/ipv6/proc.c --- ./net/ipv6/proc.c~mib6 2003-07-08 09:18:22.000000000 -0700 +++ ./net/ipv6/proc.c 2003-07-08 09:28:15.000000000 -0700 @@ -229,7 +229,7 @@ return -EINVAL; if (snmp6_mib_init((void **)idev->stats.icmpv6, sizeof(struct icmpv6_mib), - __alignof__(struct ipv6_mib)) < 0) + __alignof__(struct ipcmv6_mib)) < 0) goto err_icmp; #ifdef CONFIG_PROC_FS - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html