From a23b6c018b4dc86ae654b92cc75353bda53d55db Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 1 Dec 2018 20:30:18 +0000 Subject: [PATCH] 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 --- sys/contrib/ipfilter/netinet/ip_log.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/contrib/ipfilter/netinet/ip_log.c b/sys/contrib/ipfilter/netinet/ip_log.c index d1fd01feebb..2d600840a97 100644 --- a/sys/contrib/ipfilter/netinet/ip_log.c +++ b/sys/contrib/ipfilter/netinet/ip_log.c @@ -97,14 +97,8 @@ struct file; #include #ifdef __sgi # include -# ifdef IFF_DRVRLOCK /* IRIX6 */ -# include -# endif #endif -#if !defined(__hpux) && !defined(linux) && \ - !(defined(__sgi) && !defined(IFF_DRVRLOCK)) /*IRIX<6*/ # include -#endif #include #include #include