summaryrefslogtreecommitdiff
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-02-24 22:33:08 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-02-24 22:33:08 +0000
commitbc6ad109752ee01f946571f9488d7335d751b7fe (patch)
tree51a5f44fa5bf81542dfc5c8ad510f1f8cf4a6691 /sys/netinet/in_proto.c
parent689ba6c5dcae1e6d1086d01cfc27fd19a8e11b03 (diff)
Remove encap.h include; saner debugging printfs; fix buglets; work with
pfkeyv2.
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index 8da44bb90ed..3a1b928d7f8 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_proto.c,v 1.10 1999/01/08 01:00:34 deraadt Exp $ */
+/* $OpenBSD: in_proto.c,v 1.11 1999/02/24 22:32:58 angelos Exp $ */
/* $NetBSD: in_proto.c,v 1.14 1996/02/18 18:58:32 christos Exp $ */
/*
@@ -111,7 +111,6 @@ void iplinit __P((void));
#endif /* INET6 */
#ifdef IPSEC
-#include <net/encap.h>
#include <netinet/ip_ipsp.h>
extern void ah_input __P((struct mbuf *, ...));