svn commit: r366420 - in stable: 11/contrib/ipfilter/ipsend 12/contrib/ipfilter/ipsend

Cy Schubert cy at FreeBSD.org
Sun Oct 4 03:31:36 UTC 2020


Author: cy
Date: Sun Oct  4 03:31:35 2020
New Revision: 366420
URL: https://svnweb.freebsd.org/changeset/base/366420

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

Modified:
  stable/12/contrib/ipfilter/ipsend/iptests.c
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/contrib/ipfilter/ipsend/iptests.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/contrib/ipfilter/ipsend/iptests.c
==============================================================================
--- stable/12/contrib/ipfilter/ipsend/iptests.c	Sun Oct  4 01:39:29 2020	(r366419)
+++ stable/12/contrib/ipfilter/ipsend/iptests.c	Sun Oct  4 03:31:35 2020	(r366420)
@@ -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