patch-2.3.16 linux/net/ipv6/ipv6_sockglue.c
Next file: linux/net/ipv6/mcast.c
Previous file: linux/net/ipv6/ip6_input.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Aug 31 11:23:03 1999
- Orig file:
v2.3.15/linux/net/ipv6/ipv6_sockglue.c
- Orig date:
Thu Aug 26 13:05:46 1999
diff -u --recursive --new-file v2.3.15/linux/net/ipv6/ipv6_sockglue.c linux/net/ipv6/ipv6_sockglue.c
@@ -7,7 +7,7 @@
*
* Based on linux/net/ipv4/ip_sockglue.c
*
- * $Id: ipv6_sockglue.c,v 1.28 1999/08/20 11:06:23 davem Exp $
+ * $Id: ipv6_sockglue.c,v 1.29 1999/08/31 07:04:06 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -458,12 +458,12 @@
extern void ipv6_sysctl_unregister(void);
#endif
-__initfunc(void ipv6_packet_init(void))
+void __init ipv6_packet_init(void)
{
dev_add_pack(&ipv6_packet_type);
}
-__initfunc(void ipv6_netdev_notif_init(void))
+void __init ipv6_netdev_notif_init(void)
{
register_netdevice_notifier(&ipv6_dev_notf);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)