Date: Sat, 1 Dec 2018 20:30:19 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r341384 - head/sys/contrib/ipfilter/netinet Message-ID: <201812012030.wB1KUJC3060173@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812012030.wB1KUJC3060173>