patch-2.3.16 linux/net/ipv6/ip6_fw.c
Next file: linux/net/ipv6/ip6_input.c
Previous file: linux/net/ipv6/ip6_fib.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 31 11:23:03 1999
- Orig file:
v2.3.15/linux/net/ipv6/ip6_fw.c
- Orig date:
Thu Aug 26 13:05:46 1999
diff -u --recursive --new-file v2.3.15/linux/net/ipv6/ip6_fw.c linux/net/ipv6/ip6_fw.c
@@ -5,7 +5,7 @@
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
- * $Id: ip6_fw.c,v 1.14 1999/08/20 11:06:20 davem Exp $
+ * $Id: ip6_fw.c,v 1.15 1999/08/31 07:04:03 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -377,7 +377,7 @@
#define ip6_fw_init module_init
#endif
-__initfunc(void ip6_fw_init(void))
+void __init ip6_fw_init(void)
{
#ifdef CONFIG_NETLINK
netlink_attach(NETLINK_IP6_FW, ip6_fw_msgrcv);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)