summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-25 08:05:25 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-25 08:05:25 +0000
commitf1d4a53ba91cfe7a8eb89dd7be80f9a41ca85d63 (patch)
tree5e6fb96adcd6802450d0f94ffdb86b4c12272a00
parent7ab55c763872b985d6eccdf3726e104f1f36ab28 (diff)
Build without IPSEC.
-rw-r--r--sys/netinet/ip_input.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index f392a7dcf17..d915dbadec8 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_input.c,v 1.85 2001/06/24 23:42:40 mickey Exp $ */
+/* $OpenBSD: ip_input.c,v 1.86 2001/06/25 08:05:24 art Exp $ */
/* $NetBSD: ip_input.c,v 1.30 1996/03/16 23:53:58 christos Exp $ */
/*
@@ -1381,7 +1381,9 @@ ip_forward(m, srcrt)
struct mbuf *mcopy;
n_long dest;
struct ifnet *destifp;
+#ifdef IPSEC
struct ifnet dummyifp;
+#endif
dest = 0;
#ifdef DIAGNOSTIC