--- linux-2.5/net/ipv6/ipv6_sockglue.c 2003-04-03 12:13:10.000000000 -0800 +++ linux-2.5-nobrlock/net/ipv6/ipv6_sockglue.c 2003-04-04 11:37:16.000000000 -0800 @@ -55,20 +55,18 @@ static struct packet_type ipv6_packet_type = { - __constant_htons(ETH_P_IPV6), - NULL, /* All devices */ - ipv6_rcv, - (void*)1, - NULL + .type = __constant_htons(ETH_P_IPV6), + .dev = NULL, /* All devices */ + .func = ipv6_rcv, + .data = (void*)1, }; /* - * addrconf module should be notifyed of a device going up + * addrconf module should be notified of a device going up */ static struct notifier_block ipv6_dev_notf = { - addrconf_notify, - NULL, - 0 + .notifier_call = addrconf_notify, + .priority = 0 }; struct ip6_ra_chain *ip6_ra_chain; - : 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