PERFORCE change 157581 for review

Marko Zec zec at FreeBSD.org
Wed Feb 11 16:06:00 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=157581

Change 157581 by zec at 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;


More information about the p4-projects mailing list