From 857ed05de348b90e2fc5df71cdf8c06073ec3d0a Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 20 Apr 1999 23:04:55 +0000 Subject: messup, learn to test *all* variants of compile options when altering the logic round such. --- sys/netinet/raw_ip.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index a2c2f9237bc..c7daff8c139 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: raw_ip.c,v 1.16 1999/04/20 20:06:12 niklas Exp $ */ +/* $OpenBSD: raw_ip.c,v 1.17 1999/04/20 23:04:54 niklas Exp $ */ /* $NetBSD: raw_ip.c,v 1.25 1996/02/18 18:58:33 christos Exp $ */ /* @@ -63,14 +63,11 @@ didn't get a copy, you may request one from . #include #include #include +#include #include #include #include -#ifdef MROUTING -#include -#endif - #ifdef IPSEC extern int check_ipsec_policy __P((struct inpcb *, u_int32_t)); #endif -- cgit v1.2.3