Author: cy
Date: Sun Sep 27 18:39:09 2020
New Revision: 366202
URL: https://svnweb.freebsd.org/changeset/base/366202

Log:
  Continuing the effort started in r343701, #ifdef cleanup, remove
  never to be used again checks.
  
  MFC after:    1 week

Modified:
  head/contrib/ipfilter/ipsend/iptests.c

Modified: head/contrib/ipfilter/ipsend/iptests.c
==============================================================================
--- head/contrib/ipfilter/ipsend/iptests.c      Sun Sep 27 18:14:01 2020        
(r366201)
+++ head/contrib/ipfilter/ipsend/iptests.c      Sun Sep 27 18:39:09 2020        
(r366202)
@@ -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 <sys/file.h>
 # else
 #  ifdef solaris
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to