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; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"