From owner-freebsd-net Fri Jun 28 0:40:24 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 0EAB837B400 for ; Fri, 28 Jun 2002 00:40:11 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C4743E09 for ; Fri, 28 Jun 2002 00:40:10 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020628074009.OAWA29588.sccrmhc01.attbi.com@InterJet.elischer.org>; Fri, 28 Jun 2002 07:40:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA72972; Fri, 28 Jun 2002 00:23:15 -0700 (PDT) Date: Fri, 28 Jun 2002 00:23:14 -0700 (PDT) From: Julian Elischer To: Luigi Rizzo Cc: net@freebsd.org Subject: luigi, kernel module build broken by ipfw In-Reply-To: <20020627230348.A54937@iguana.icir.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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