diff options
author | 2001-02-08 18:46:21 +0000 | |
---|---|---|
committer | 2001-02-08 18:46:21 +0000 | |
commit | ac1b2aeec75c620cdf25374a1783b510cab8b6e5 (patch) | |
tree | ffe16cc2df92ebe2a011ff02041b72e36d599d7a /sys/netinet/tcp_input.c | |
parent | strict checking (diff) | |
download | wireguard-openbsd-ac1b2aeec75c620cdf25374a1783b510cab8b6e5.tar.xz wireguard-openbsd-ac1b2aeec75c620cdf25374a1783b510cab8b6e5.zip |
witch raw ip6 socket code from NRL to kame.
makes upgrades/code sharing much easier.
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 75396e8974a..922ece4df0e 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.81 2000/12/13 09:47:08 provos Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.82 2001/02/08 18:46:22 itojun Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -781,8 +781,6 @@ findpcb: #ifdef INET6 case AF_INET6: inp->inp_laddr6 = ipv6->ip6_dst; - inp->inp_fflowinfo = - htonl(0x0fffffff) & ipv6->ip6_flow; /*inp->inp_options = ip6_srcroute();*/ /* soon. */ /* |