From owner-freebsd-current Fri Apr 2 4:34:10 1999 Delivered-To: freebsd-current@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 3A53D14E6F; Fri, 2 Apr 1999 04:34:04 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id MAA18297; Fri, 2 Apr 1999 12:13:44 +0200 From: Luigi Rizzo Message-Id: <199904021013.MAA18297@labinfo.iet.unipi.it> Subject: Re: LINT broken! To: phk@FreeBSD.ORG (Poul-Henning Kamp) Date: Fri, 2 Apr 1999 12:13:43 +0200 (MET DST) Cc: current@FreeBSD.ORG In-Reply-To: <35324.923049608@critter.freebsd.dk> from "Poul-Henning Kamp" at Apr 2, 99 12:39:49 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1033 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > n file included from ../../ntfs/ntfs_vnops.c:66: > ../../ntfs/ntfs.h:29: warning: `DIAGNOSTIC' redefined > opt_global.h:13: warning: this is the location of the previous definition > cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../net/bridge.c > ../../net/bridge.c: In function `bdg_forward': > ../../net/bridge.c:530: `ip' undeclared (first use this function) > ../../net/bridge.c:530: (Each undeclared identifier is reported only once > ../../net/bridge.c:530: for each function it appears in.) i think it wasn't me :) it probably has to do with being included only when both IPFIREWALL and DUMMYNET are defined, but then used even when just IPFIREWALL is defined. At least this is how it is in 2.2.X don't know who last edited the file, but the fix should be fairly straightforward. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message