svn commit: r366202 - head/contrib/ipfilter/ipsend

Cy Schubert cy at FreeBSD.org
Sun Sep 27 18:39:10 UTC 2020


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


More information about the svn-src-all mailing list