From owner-freebsd-current@FreeBSD.ORG Fri Sep 26 19:02:51 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C4916A4B3 for ; Fri, 26 Sep 2003 19:02:51 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ECAB43FFB for ; Fri, 26 Sep 2003 19:02:50 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange.errno.com (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h8R22i0x057643 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 26 Sep 2003 19:02:48 -0700 (PDT) (envelope-from sam@errno.com) Date: Fri, 26 Sep 2003 19:02:48 -0700 From: Sam Leffler To: David Gilbert , freebsd-current@freebsd.org Message-ID: <1221917804.1064602967@melange.errno.com> In-Reply-To: <16244.60984.111277.8628@canoe.dclg.ca> References: <16244.60984.111277.8628@canoe.dclg.ca> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Tonight's current breaks IPFILTER X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 02:02:51 -0000 > Tonight's current breaks compiling IPFILTER. It complains that it > can't find the 'PFIL_OUT' symbol. Read UPDATING; you need PFIL_HOOKS in your kernel config file. Sam