From owner-cvs-all Tue Aug 1 9:49:31 2000 Delivered-To: cvs-all@freebsd.org Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by hub.freebsd.org (Postfix) with ESMTP id BF0B337C040; Tue, 1 Aug 2000 09:49:20 -0700 (PDT) (envelope-from Alain.Thivillon@hsc.fr) Received: from yoko.hsc.fr (yoko.hsc.fr [192.70.106.76]) by itesec.hsc.fr (Postfix) with ESMTP id 348F210FD3; Tue, 1 Aug 2000 18:49:17 +0200 (CEST) Received: by yoko.hsc.fr (Postfix release-19990601, from userid 1001) id 42CBD9B394; Tue, 1 Aug 2000 18:46:44 +0200 (CEST) Date: Tue, 1 Aug 2000 18:46:43 +0200 From: Alain Thivillon To: "Andrey A. Chernov" Cc: Peter Wemm , Robert Watson , Kris Kennaway , Darren Reed , obrien@FreeBSD.org, darrenr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: [spam score 3.31/10.0 -pobox] Re: cvs commit: src/sys/netinet ip_fil.c ip_fil.h ip_input.c ip_output.c ipprotosw.h src/sys/netin Message-ID: <20000801184643.O4209@yoko.hsc.fr> References: <200008010345.UAA67951@netplex.com.au> <20000731205508.A21343@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.2i In-Reply-To: <20000731205508.A21343@freebsd.org>; from ache@freebsd.org on Mon, Jul 31, 2000 at 08:55:09PM -0700 X-Organization: Herve Schauer Consultants X-Operating-System: FreeBSD 5.0-CURRENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Andrey A. Chernov" écrivait (wrote) : > On Mon, Jul 31, 2000 at 08:45:16PM -0700, Peter Wemm wrote: > > > Sadly, LINT has gone away in -CURRENT, leaving many committers without an > > > easy way to test compilability with various options. I'm not sure what > > > the best solution to this problem is, but it would be nice to have > > > something. > > > > In current situation I try to fix 'make depend' for kernel and modules > (without ipfilter), and only after my commits read this discussion with > Darren :-(. Currently 'make depend' and kernel/modules building is fixed > (excepting ipfilter), but feel free to back out my commits if you prefer > another fix instead of mine. The reason was I need kernel to build. I try currently to build a kernel with IP_FILTER. At this time, i have 3 problems: . Wrong number of parameters is passed to pfil_add_hook at line 274 ip_fil.c. This is easy to fix dirty (i assume i can copy NetBSD code just below). Same for remove_hook at line 382. . Inclusion of IP_FILTER now needs options PFIL_HOOK otherwise the various hook functions are not linked in kernel. . fr_checkp is no more defined (he as been removed for ip_input), and kernel link fails. Last minute: I just found that most of these problems are caused by using __FreeBSD_Version instead of __FreeBSD_version in ip_fil.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message