From owner-cvs-all@FreeBSD.ORG Sat Dec 25 00:58:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B238D16A4CE; Sat, 25 Dec 2004 00:58:59 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA82743D39; Sat, 25 Dec 2004 00:58:58 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a130.otenet.gr [212.205.215.130]) iBP0wu2U029890; Sat, 25 Dec 2004 02:58:57 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iBP0wqLC014627; Sat, 25 Dec 2004 02:58:52 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iBP0wqIJ014626; Sat, 25 Dec 2004 02:58:52 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 25 Dec 2004 02:58:52 +0200 From: Giorgos Keramidas To: Scott Long Message-ID: <20041225005852.GA14600@gothmog.gr> References: <200412250048.iBP0mSto090429@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412250048.iBP0mSto090429@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_fil.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 00:58:59 -0000 On 2004-12-25 00:48, Scott Long wrote: > scottl 2004-12-25 00:48:28 UTC > > FreeBSD src repository > > Modified files: > sys/contrib/ipfilter/netinet ip_fil.h > Log: > Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKS > defined. Revert part of the previous commit to fix this. > > Revision Changes Path > 1.29 +1 -1 src/sys/contrib/ipfilter/netinet/ip_fil.h Thanks for quickly responding to this and committing a fix! I don't know if this is the best fix possible. I'm sure Darren will know better and correct any mistakes, but it's nice to be able to build HEAD again :-)