Date: Mon, 31 Jul 2000 17:24:30 +0100 From: "Dampure, Pierre Y." <pierre.dampure@alveley.org> To: Darren Reed <darrenr@FreeBSD.org> 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 Message-ID: <3985A83E.D168B518@alveley.org> References: <200007311311.GAA17708@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3985A83E.D168B518>