Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2009 23:10:29 +0100
From:      Luigi Rizzo <rizzo@iet.unipi.it>
To:        David Wolfskill <david@catwhisker.org>
Cc:        current@freebsd.org
Subject:   Re: sys/netinet/ipfw/ip_fw2.c:2600: error: 'fw_one_pass' undeclared
Message-ID:  <20091204221029.GA17787@onelab2.iet.unipi.it>
In-Reply-To: <20091204190438.GD1130@albert.catwhisker.org>
References:  <20091204190438.GD1130@albert.catwhisker.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 04, 2009 at 11:04:38AM -0800, David Wolfskill wrote:
> Running
> 
> FreeBSD d254.dwolf.juniper.net. 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r200055: Thu Dec  3 17:04:59 PST 2009     root@d254.dwolf.juniper.net.:/common/S4/obj/usr/src/sys/CANARY  i386
> 
> Sources updated to r200098; kernel build fails:

hmmm, i just completed a build with r200098
though without vnet enabled, which may be the difference ?

Can you replace line p_fw2.c 2060 with
-                if (fw_one_pass) {
+                if (V_fw_one_pass) {
and see if it fixes the problem ?

	cheers
	luigi

> /usr/src/sys/netinet/ipfw/ip_fw2.c:2600: error: (Each undeclared identifier is reported only once
> /usr/src/sys/netinet/ipfw/ip_fw2.c:2600: error: for each function it appears in.)



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