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

Cy Schubert cy at FreeBSD.org
Fri Jul 11 16:26:52 UTC 2014


Author: cy
Date: Fri Jul 11 16:26:51 2014
New Revision: 268532
URL: http://svnweb.freebsd.org/changeset/base/268532

Log:
  Remove redundant USE_INET6 test that enables INET6 in the ipfilter userland
  regardless of the setting in make.conf.
  
  PR:		190964
  Approved by:	glebius (mentor)
  MFC after:	1 week

Modified:
  head/sys/contrib/ipfilter/netinet/ip_compat.h

Modified: head/sys/contrib/ipfilter/netinet/ip_compat.h
==============================================================================
--- head/sys/contrib/ipfilter/netinet/ip_compat.h	Fri Jul 11 16:16:26 2014	(r268531)
+++ head/sys/contrib/ipfilter/netinet/ip_compat.h	Fri Jul 11 16:26:51 2014	(r268532)
@@ -33,10 +33,6 @@
 #endif
 
 #define	SOLARIS	(defined(sun) && (defined(__svr4__) || defined(__SVR4)))
-#if defined(__FreeBSD_version) && (__FreeBSD_version >= 400000) && \
-    !defined(_KERNEL) && !defined(USE_INET6) && !defined(NOINET6)
-# define	USE_INET6
-#endif
 
 
 #if defined(__SVR4) || defined(__svr4__) || defined(__sgi)


More information about the svn-src-head mailing list