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/ip6_fw.c | |
parent | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (diff) |
Initial revision
Diffstat (limited to 'net/ipv6/ip6_fw.c')
-rw-r--r-- | net/ipv6/ip6_fw.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ipv6/ip6_fw.c b/net/ipv6/ip6_fw.c index f6e7f8da4..5a47cc251 100644 --- a/net/ipv6/ip6_fw.c +++ b/net/ipv6/ip6_fw.c @@ -5,7 +5,7 @@ * Authors: * Pedro Roque <roque@di.fc.ul.pt> * - * $Id: ip6_fw.c,v 1.4 1997/03/18 18:24:34 davem Exp $ + * $Id: ip6_fw.c,v 1.5 1997/04/29 09:38:44 mj Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -22,6 +22,7 @@ #include <linux/netdevice.h> #include <linux/in6.h> #include <linux/udp.h> +#include <linux/init.h> #include <net/ipv6.h> #include <net/ip6_route.h> @@ -365,7 +366,7 @@ static void ip6_fw_destroy(struct flow_rule *rl) #define ip6_fw_init module_init #endif -void ip6_fw_init(void) +__initfunc(void ip6_fw_init(void)) { netlink_attach(NETLINK_IP6_FW, ip6_fw_msgrcv); } |