From owner-cvs-all Thu Oct 24 13:56:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F37237B401; Thu, 24 Oct 2002 13:56:20 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E7043E3B; Thu, 24 Oct 2002 13:56:19 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id QAA29034; Thu, 24 Oct 2002 16:56:18 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g9OKtmW11150; Thu, 24 Oct 2002 16:55:48 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) Date: Thu, 24 Oct 2002 16:55:48 -0400 From: Andrew Gallatin To: Maxime Henrion 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> References: <200210241804.g9OI4j4F016978@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200210241804.g9OI4j4F016978@repoman.freebsd.org>; from mux@FreeBSD.org on Thu, Oct 24, 2002 at 11:04:44AM -0700 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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