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/ipv6_sockglue.c | |
parent | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (diff) |
Initial revision
Diffstat (limited to 'net/ipv6/ipv6_sockglue.c')
-rw-r--r-- | net/ipv6/ipv6_sockglue.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/ipv6/ipv6_sockglue.c b/net/ipv6/ipv6_sockglue.c index 88920bb73..64cfb00d5 100644 --- a/net/ipv6/ipv6_sockglue.c +++ b/net/ipv6/ipv6_sockglue.c @@ -7,7 +7,7 @@ * * Based on linux/net/ipv4/ip_sockglue.c * - * $Id: ipv6_sockglue.c,v 1.11 1997/04/20 09:44:33 davem Exp $ + * $Id: ipv6_sockglue.c,v 1.13 1997/05/15 18:55:10 davem Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -31,12 +31,11 @@ #include <linux/in6.h> #include <linux/netdevice.h> #include <linux/if_arp.h> - +#include <linux/init.h> #include <linux/sysctl.h> #include <net/sock.h> #include <net/snmp.h> - #include <net/ipv6.h> #include <net/ndisc.h> #include <net/protocol.h> @@ -122,7 +121,7 @@ int ipv6_setsockopt(struct sock *sk, int level, int optname, char *optval, } break; - case IPV6_RXINFO: + case IPV6_PKTINFO: np->rxinfo = val; retv = 0; break; @@ -239,7 +238,7 @@ extern void ipv6_sysctl_register(void); extern void ipv6_sysctl_unregister(void); #endif -void ipv6_init(void) +__initfunc(void ipv6_init(void)) { dev_add_pack(&ipv6_packet_type); |