summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/ipsend
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-01-14 09:19:18 +0000
committeralfred <alfred@FreeBSD.org>2002-01-14 09:19:18 +0000
commitdf4981173c53af3d1b69551c1d81bfd0916e5695 (patch)
tree213ea53394041bc37a23f2a93746f40877b7a89e /contrib/ipfilter/ipsend
parent944533ef9d3a6991f26930955cc08aa78c238a4d (diff)
downloadFreeBSD-src-df4981173c53af3d1b69551c1d81bfd0916e5695.zip
FreeBSD-src-df4981173c53af3d1b69551c1d81bfd0916e5695.tar.gz
Backout inclusion of sys/queue.h
Diffstat (limited to 'contrib/ipfilter/ipsend')
-rw-r--r--contrib/ipfilter/ipsend/iptests.c3
-rw-r--r--contrib/ipfilter/ipsend/sock.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/contrib/ipfilter/ipsend/iptests.c b/contrib/ipfilter/ipsend/iptests.c
index e84a433..b5b759a 100644
--- a/contrib/ipfilter/ipsend/iptests.c
+++ b/contrib/ipfilter/ipsend/iptests.c
@@ -13,9 +13,6 @@
#define _KERNEL
#define KERNEL
#if !defined(solaris) && !defined(linux) && !defined(__sgi)
-# if (__FreeBSD_version >= 500028)
-# include <sys/queue.h>
-# endif
# include <sys/file.h>
#else
# ifdef solaris
diff --git a/contrib/ipfilter/ipsend/sock.c b/contrib/ipfilter/ipsend/sock.c
index 7ae33ea..da497c8 100644
--- a/contrib/ipfilter/ipsend/sock.c
+++ b/contrib/ipfilter/ipsend/sock.c
@@ -28,9 +28,6 @@
# undef LOCORE
# include <sys/smp_lock.h>
#endif
-#if (__FreeBSD_version >= 500028)
-#include <sys/queue.h>
-#endif
#include <sys/file.h>
#undef _KERNEL
#undef KERNEL
OpenPOWER on IntegriCloud