From owner-cvs-all Tue Nov 3 13:51:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17068 for cvs-all-outgoing; Tue, 3 Nov 1998 13:51:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17037; Tue, 3 Nov 1998 13:51:23 -0800 (PST) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id WAA08884; Tue, 3 Nov 1998 22:51:07 +0100 (MET) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Tue, 3 Nov 1998 22:51:06 +0100 (MET) Mime-Version: 1.0 To: "Dag-Erling C. Sm\xf8rgrav" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/router/conf PICOBSD src/share/man/man4 bpf.4 src/sys/conf files src/sys/i386/conf GENERIC LINT SMP-GENERIC src/sys/pc98/conf GENERIC98 SMP-GENERIC98 References: <199811032112.NAA06241@freefall.freebsd.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 03 Nov 1998 22:51:05 +0100 In-Reply-To: "Dag-Erling C. Sm\xf8rgrav"'s message of "Tue, 3 Nov 1998 13:12:20 -0800 (PST)" Message-ID: Lines: 20 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAB17045 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Dag-Erling C. Sm\xf8rgrav" writes: > Log: > Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal > and will stick around for a while. Wait a sec - this *can't* work since all the if_*.c code is stuffed with '#include bpfilter.h'and '#if NBPFILTER > 0' conditionals which will never work unless they're converted to '#include "bpf.h"' and '#if NBPF > 0', which would break backwards compatibility.... Solutions: a) back out b) transition everything (breaks POLA) c) hack config to generate bpfilter.h for bpf (ugly) Sigh... I guess it's a). DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message