svn commit: r341384 - head/sys/contrib/ipfilter/netinet

Cy Schubert cy at FreeBSD.org
Sat Dec 1 20:30:19 UTC 2018


Author: cy
Date: Sat Dec  1 20:30:18 2018
New Revision: 341384
URL: https://svnweb.freebsd.org/changeset/base/341384

Log:
  Remove IFF_DRVRLOCK as it is used in IRIX only (and we all know IRIX
  is dead). This includes collaterally removing code shared by HP/UX,
  SGI, and Linux, where IP Filter will in all likelihood for various
  reasons never run again.
  
  MFC after:	1 week

Modified:
  head/sys/contrib/ipfilter/netinet/ip_log.c

Modified: head/sys/contrib/ipfilter/netinet/ip_log.c
==============================================================================
--- head/sys/contrib/ipfilter/netinet/ip_log.c	Sat Dec  1 20:29:42 2018	(r341383)
+++ head/sys/contrib/ipfilter/netinet/ip_log.c	Sat Dec  1 20:30:18 2018	(r341384)
@@ -97,14 +97,8 @@ struct file;
 #include <netinet/in.h>
 #ifdef __sgi
 # include <sys/ddi.h>
-# ifdef IFF_DRVRLOCK /* IRIX6 */
-#  include <sys/hashing.h>
-# endif
 #endif
-#if !defined(__hpux) && !defined(linux) && \
-    !(defined(__sgi) && !defined(IFF_DRVRLOCK)) /*IRIX<6*/
 # include <netinet/in_var.h>
-#endif
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/tcp.h>


More information about the svn-src-all mailing list