From owner-cvs-all Mon Jul 31 9:24:40 2000 Delivered-To: cvs-all@freebsd.org Received: from mailhost.netbenefit.co.uk (mailhost.netbenefit.co.uk [212.53.64.39]) by hub.freebsd.org (Postfix) with ESMTP id 8A55937B541; Mon, 31 Jul 2000 09:24:34 -0700 (PDT) (envelope-from pierre.dampure@alveley.org) Received: from usern659.uk.uudial.com ([193.149.85.184] helo=alveley.org) by mailhost.netbenefit.co.uk with esmtp (NetBenefit 1.5) id 13JIMh-0000jy-00 ; Mon, 31 Jul 2000 17:24:32 +0100 Message-ID: <3985A83E.D168B518@alveley.org> Date: Mon, 31 Jul 2000 17:24:30 +0100 From: "Dampure, Pierre Y." X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Darren Reed Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fil.c ip_fil.h ip_input.cip_output.c ipprotosw.h src/sys/netinet6 ip6_input.c ip6_output.csrc/sys/sys protosw.h References: <200007311311.GAA17708@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-RBL-Warning: (dul.maps.vix.com) See Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Darren Reed wrote: > > darrenr 2000/07/31 06:11:43 PDT > > Modified files: > sys/netinet ip_fil.c ip_fil.h ip_input.c ip_output.c > ipprotosw.h > sys/netinet6 ip6_input.c ip6_output.c > sys/sys protosw.h > Log: > activate pfil_hooks and covert ipfilter to use it > > Revision Changes Path > 1.18 +9 -6 src/sys/netinet/ip_fil.c > 1.17 +3 -2 src/sys/netinet/ip_fil.h > 1.137 +29 -11 src/sys/netinet/ip_input.c > 1.109 +26 -9 src/sys/netinet/ip_output.c > 1.2 +7 -1 src/sys/netinet/ipprotosw.h > 1.14 +33 -1 src/sys/netinet6/ip6_input.c > 1.16 +29 -1 src/sys/netinet6/ip6_output.c > 1.29 +7 -1 src/sys/sys/protosw.h > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message Hmmm. This seems to break kernel builds during the depend stage (pfil.h tries to find ipfilter.h, which isn't there). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message