From 2e93aaa7662bb1bb598787f2844b17794beefa8b Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 27 Sep 2020 18:39:09 +0000 Subject: [PATCH] Continuing the effort started in r343701, #ifdef cleanup, remove never to be used again checks. MFC after: 1 week --- contrib/ipfilter/ipsend/iptests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ipfilter/ipsend/iptests.c b/contrib/ipfilter/ipsend/iptests.c index 86b850d319bb..a4e1a99b2885 100644 --- a/contrib/ipfilter/ipsend/iptests.c +++ b/contrib/ipfilter/ipsend/iptests.c @@ -27,7 +27,7 @@ typedef int boolean_t; # endif # define _KERNEL # define KERNEL -# if !defined(solaris) && !defined(linux) && !defined(__sgi) && !defined(hpux) +# if !defined(solaris) # include # else # ifdef solaris