From e19f24250fcf8642b28a0804faf0811fc7268389 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 18 Jun 2000 15:13:34 +0000 Subject: permit compilation of non-V6 kernels --- sys/netinet/tcp_usrreq.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/netinet/tcp_usrreq.c') diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 5b334d36cd4..7bd8b4c6240 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_usrreq.c,v 1.42 2000/06/18 04:42:43 beck Exp $ */ +/* $OpenBSD: tcp_usrreq.c,v 1.43 2000/06/18 15:13:33 deraadt Exp $ */ /* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */ /* @@ -62,6 +62,7 @@ didn't get a copy, you may request one from . #include #include #include +#include #include #include @@ -85,10 +86,6 @@ didn't get a copy, you may request one from . extern int check_ipsec_policy __P((struct inpcb *, u_int32_t)); #endif -#ifdef INET6 -#include -#endif /* INET6 */ - /* * TCP protocol interface to socket abstraction. */ -- cgit v1.2.3