From owner-freebsd-net Fri Jun 28 0:54:10 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8115A37B405 for ; Fri, 28 Jun 2002 00:53:54 -0700 (PDT) Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B4143E0E for ; Fri, 28 Jun 2002 00:53:25 -0700 (PDT) (envelope-from rizzo@iguana.icir.org) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g5S7lB955633; Fri, 28 Jun 2002 00:47:11 -0700 (PDT) (envelope-from rizzo) Date: Fri, 28 Jun 2002 00:47:11 -0700 From: Luigi Rizzo To: Julian Elischer Cc: net@FreeBSD.ORG Subject: Re: luigi, kernel module build broken by ipfw Message-ID: <20020628004710.A55603@iguana.icir.org> References: <20020627230348.A54937@iguana.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from julian@elischer.org on Fri, Jun 28, 2002 at 12:23:14AM -0700 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Jun 28, 2002 at 12:23:14AM -0700, Julian Elischer wrote: oh, i forgot that... i cannot test it right now but the fix should be trivial in src/sys/modules/ipfw/Makefile, replace ip_fw.c with ip_fw2.c (and if it works, could you commit it ?) cheers luigi > > with freshly checked out sources, I can not build the modules... > > ===> ipfw > cc -g -O -pipe -DIPFIREWALL -D_KERNEL -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -Wno-format -ansi -DKLD_MODULE -nostdinc -I- > -I. -I@ -I@/dev -I@/../include -fno-common -g -mpreferred-stack-boundary=2 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wno-format -ansi -c /usr/src/sys/netinet/ip_fw.c > /usr/src/sys/netinet/ip_fw.c:216: warning: `union ip_fw_if' declared > inside parameter list > /usr/src/sys/netinet/ip_fw.c:216: warning: its scope is only this > definition or declaration, which is probably not what you want > /usr/src/sys/netinet/ip_fw.c: In function `tcpflg_match': > /usr/src/sys/netinet/ip_fw.c:273: structure has no member named `fw_ipflg' > /usr/src/sys/netinet/ip_fw.c:273: `IP_FW_IF_TCPEST' undeclared (first use > in this function) > /usr/src/sys/netinet/ip_fw.c:273: (Each undeclared identifier is reported > only once > /usr/src/sys/netinet/ip_fw.c:273: for each function it appears in.) > > [...] > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message