diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-09-23 01:07:39 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-09-23 01:07:39 +0000 |
commit | fd608eb3036bec89b4f4906af7ccc8a723ed1dd7 (patch) | |
tree | 57588a3ca1e814f57c60108d8dc8ccb90cf23301 | |
parent | c8afb95c805b8d29ab352543ec525db553d27eed (diff) |
Angelos you forgot this one !!
-rw-r--r-- | sys/netinet/tcp_input.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index f557b42e942..afe65c4d4cb 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.75 2000/09/21 17:30:48 provos Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.76 2000/09/23 01:07:38 chris Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -82,6 +82,8 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>. #include <netinet/ip_ipsp.h> #endif /* IPSEC */ +#define PI_MAGIC 0xdeadbeef /* XXX the horror! */ + #ifdef INET6 #include <netinet6/in6_var.h> #include <netinet/ip6.h> @@ -90,8 +92,6 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>. #include <netinet/icmp6.h> #include <netinet6/nd6.h> -#define PI_MAGIC 0xdeadbeef /* XXX the horror! */ - struct tcpiphdr tcp_saveti; struct tcpipv6hdr tcp_saveti6; |