diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
commit | d8d9b8f76f22b7a16a83e261e64f89ee611f49df (patch) | |
tree | 3067bc130b80d52808e6390c9fc7fc087ec1e33c /net/ipv6/ndisc.c | |
parent | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (diff) |
Initial revision
Diffstat (limited to 'net/ipv6/ndisc.c')
-rw-r--r-- | net/ipv6/ndisc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index 3a1704f37..83b5cf3bc 100644 --- a/net/ipv6/ndisc.c +++ b/net/ipv6/ndisc.c @@ -6,7 +6,7 @@ * Pedro Roque <roque@di.fc.ul.pt> * Mike Shaver <shaver@ingenia.com> * - * $Id: ndisc.c,v 1.14 1997/04/12 04:32:51 davem Exp $ + * $Id: ndisc.c,v 1.15 1997/04/29 09:38:48 mj Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -43,6 +43,7 @@ #include <linux/net.h> #include <linux/in6.h> #include <linux/route.h> +#include <linux/init.h> #include <linux/if_arp.h> #include <linux/ipv6.h> @@ -1647,7 +1648,7 @@ struct proc_dir_entry ndisc_proc_entry = }; #endif /* CONFIG_PROC_FS */ -void ndisc_init(struct net_proto_family *ops) +__initfunc(void ndisc_init(struct net_proto_family *ops)) { struct sock *sk; int err; |