From owner-p4-projects@FreeBSD.ORG Thu Feb 12 00:06:00 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C58AC106568E; Thu, 12 Feb 2009 00:05:59 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B32A1065672 for ; Thu, 12 Feb 2009 00:05:59 +0000 (UTC) (envelope-from zec@icir.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 395DD8FC0C for ; Thu, 12 Feb 2009 00:05:59 +0000 (UTC) (envelope-from zec@icir.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1C05wov023594 for ; Thu, 12 Feb 2009 00:05:58 GMT (envelope-from zec@icir.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1C05wfX023592 for perforce@freebsd.org; Thu, 12 Feb 2009 00:05:58 GMT (envelope-from zec@icir.org) Date: Thu, 12 Feb 2009 00:05:58 GMT Message-Id: <200902120005.n1C05wfX023592@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to zec@icir.org using -f From: Marko Zec To: Perforce Change Reviews Cc: Subject: PERFORCE change 157581 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2009 00:06:00 -0000 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;