summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-09 04:19:20 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-09 04:19:20 +0000
commitb8ec7e061c73cb42af7266973dfcbe8fee1c7f9e (patch)
tree1cadab1c4b64e20ef7390c2ad5a3b275798b8ebb /sys
parent2daf2f782cfcd3aedc541b85f8623f97359545f0 (diff)
don't need netinet6/in6.h
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_ipsp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c
index d97c25a97f4..97087d12935 100644
--- a/sys/netinet/ip_ipsp.c
+++ b/sys/netinet/ip_ipsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.c,v 1.78 2000/02/07 06:09:09 itojun Exp $ */
+/* $OpenBSD: ip_ipsp.c,v 1.79 2000/02/09 04:19:19 itojun Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -66,7 +66,6 @@
#ifndef INET
#include <netinet/in.h>
#endif
-#include <netinet6/in6.h>
#endif /* INET6 */
#include <net/pfkeyv2.h>