From owner-cvs-all Wed Aug 2 19: 3:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E1E337B54C; Wed, 2 Aug 2000 19:03:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA76199; Wed, 2 Aug 2000 19:03:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200008030203.TAA76199@freefall.freebsd.org> From: Peter Wemm Date: Wed, 2 Aug 2000 19:03:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/08/02 19:03:31 PDT Modified files: sys/conf files Log: Make the pfil.c code conditional on either option PFIL_HOOKS or IPFILTER. The previous line was an AND. This change means you can compile in the pfil_hook stuff and make it available for other users besides ipfilter. Revision Changes Path 1.394 +3 -2 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message