Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2009 00:05:58 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 157581 for review
Message-ID:  <200902120005.n1C05wfX023592@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=157581

Change 157581 by zec@zec_tpx32 on 2009/02/12 00:05:38

	Unbreak build.

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/ip_fw2.c#66 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet/ip_fw2.c#66 (text+ko) ====

@@ -290,19 +290,16 @@
     "Lifetime of dyn. rules for other situations");
 SYSCTL_V_INT(V_NET, vnet_ipfw, _net_inet_ip_fw, OID_AUTO, dyn_keepalive,
     CTLFLAG_RW, dyn_keepalive, 0, "Enable keepalives for dyn. rules");
-#endif /* SYSCTL_NODE */
+
 #ifdef INET6
 /*
  * IPv6 specific variables
  */
-#if 0 /* XXX MARKO revisit */
-#ifdef SYSCTL_NODE
-SYSCTL_DECL(_net_inet6_ip6);
-#endif /* SYSCTL_NODE */
 
+#if 0
 static struct sysctl_ctx_list ip6_fw_sysctl_ctx;
 static struct sysctl_oid *ip6_fw_sysctl_tree;
-#endif /* 0 XXX MARKO */
+#endif
 
 #ifdef VIMAGE_GLOBALS
 static int fw_deny_unknown_exthdrs;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902120005.n1C05wfX023592>