Date: Thu, 24 Oct 2002 16:55:48 -0400 From: Andrew Gallatin <gallatin@cs.duke.edu> To: Maxime Henrion <mux@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw2.c Message-ID: <20021024165548.A11123@grasshopper.cs.duke.edu> In-Reply-To: <200210241804.g9OI4j4F016978@repoman.freebsd.org>; from mux@FreeBSD.org on Thu, Oct 24, 2002 at 11:04:44AM -0700 References: <200210241804.g9OI4j4F016978@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Maxime Henrion [mux@FreeBSD.org] wrote: > mux 2002/10/24 11:04:44 PDT > > Modified files: > sys/netinet ip_fw2.c > sbin/ipfw ipfw2.c > Log: > Fix ipfw2 panics on 64-bit platforms. Was there .h that should go along with this? It seems to break world on my alpha, at least: ===> sbin/ipfw cc -O -pipe -mcpu=ev6 -c /usr/src/sbin/ipfw/ipfw2.c /usr/src/sbin/ipfw/ipfw2.c: In function `show_ipfw': /usr/src/sbin/ipfw/ipfw2.c:814: structure has no member named `set_disable' /usr/src/sbin/ipfw/ipfw2.c: In function `show_dyn_ipfw': /usr/src/sbin/ipfw/ipfw2.c:1201: structure has no member named `rulenum' /usr/src/sbin/ipfw/ipfw2.c: In function `sets_handler': /usr/src/sbin/ipfw/ipfw2.c:1435: structure has no member named `set_disable' /usr/src/sbin/ipfw/ipfw2.c: In function `list': /usr/src/sbin/ipfw/ipfw2.c:1621: structure has no member named `rulenum' /usr/src/sbin/ipfw/ipfw2.c:1623: structure has no member named `rulenum' *** Error code 1 Stop in /usr/src/sbin/ipfw. *** Error code 1 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. 6760.80 real 5727.90 user 796.97 sys This is quite frustrating. I've been trying all day to get a world built on this machine. Sigh. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021024165548.A11123>