patch-2.1.37 linux/net/ipv6/icmp.c
Next file: linux/net/ipv6/ip6_fw.c
Previous file: linux/net/ipv6/datagram.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon May 12 10:35:45 1997
- Orig file:
v2.1.36/linux/net/ipv6/icmp.c
- Orig date:
Thu Mar 27 14:40:16 1997
diff -u --recursive --new-file v2.1.36/linux/net/ipv6/icmp.c linux/net/ipv6/icmp.c
@@ -5,7 +5,7 @@
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
- * $Id: icmp.c,v 1.8 1997/03/18 18:24:30 davem Exp $
+ * $Id: icmp.c,v 1.9 1997/04/29 09:38:42 mj Exp $
*
* Based on net/ipv4/icmp.c
*
@@ -34,6 +34,7 @@
#include <linux/sockios.h>
#include <linux/net.h>
#include <linux/skbuff.h>
+#include <linux/init.h>
#include <linux/inet.h>
#include <linux/netdevice.h>
@@ -486,7 +487,7 @@
return 0;
}
-void icmpv6_init(struct net_proto_family *ops)
+__initfunc(void icmpv6_init(struct net_proto_family *ops))
{
struct sock *sk;
int err;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov