Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 03:31:35 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r366420 - in stable: 11/contrib/ipfilter/ipsend 12/contrib/ipfilter/ipsend
Message-ID:  <202010040331.0943VZHI056800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/11/contrib/ipfilter/ipsend/iptests.c
Directory Properties:
  stable/11/   (props changed)

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010040331.0943VZHI056800>