svn commit: r231311 - stable/7/sys/netinet

Bjoern A. Zeeb bz at FreeBSD.org
Thu Feb 9 22:13:21 UTC 2012


Author: bz
Date: Thu Feb  9 22:13:20 2012
New Revision: 231311
URL: http://svn.freebsd.org/changeset/base/231311

Log:
  Fix no-IPv6 kernels after r231207.
  
  Reported by:	someone via luigi

Modified:
  stable/7/sys/netinet/ip_fw2.c

Modified: stable/7/sys/netinet/ip_fw2.c
==============================================================================
--- stable/7/sys/netinet/ip_fw2.c	Thu Feb  9 22:05:51 2012	(r231310)
+++ stable/7/sys/netinet/ip_fw2.c	Thu Feb  9 22:13:20 2012	(r231311)
@@ -110,9 +110,7 @@ static u_int32_t set_disable;
 static int fw_verbose;
 static struct callout ipfw_timeout;
 static int verbose_limit;
-#ifdef INET6
 static int fw_permit_single_frag6 = 1;
-#endif
 
 #ifdef IPFIREWALL_DEFAULT_TO_ACCEPT
 static int default_to_accept = 1;


More information about the svn-src-stable-7 mailing list