From owner-freebsd-hackers Sat Jul 3 10:58: 4 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from janus.syracuse.net (janus.syracuse.net [205.232.47.15]) by hub.freebsd.org (Postfix) with ESMTP id 4572C15077 for ; Sat, 3 Jul 1999 10:56:41 -0700 (PDT) (envelope-from green@unixhelp.org) Received: from localhost (green@localhost) by janus.syracuse.net (8.9.2/8.8.7) with ESMTP id NAA36680; Sat, 3 Jul 1999 13:56:27 -0400 (EDT) Date: Sat, 3 Jul 1999 13:56:27 -0400 (EDT) From: "Brian F. Feldman" X-Sender: green@janus.syracuse.net To: Doug Cc: Dag-Erling Smorgrav , hackers@FreeBSD.ORG Subject: Re: bpfilter -> bpf patches [LONG] In-Reply-To: <377E431F.D04C3BE9@gorean.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 3 Jul 1999, Doug wrote: > Dag-Erling Smorgrav wrote: > > > > [Bcc:ed to net, committers; please follow up on hackers] > > > > Attached are patches for renaming 'pseudo-device bpfilter' to > > 'peudo-device bpf', courtesy of glimpse(1) and ed(1). LINT and GENERIC > > build fine with these patches; I haven't tried to run a kernel built > > with them, though. Also, although I caught and corrected a few spacing > > nits caused by chopping off five letters, there may be some I didn't > > catch. > > > > If no-one objects, I'll commit this to -CURRENT in a few days. > > Forgive me if this is a stupid question, but are there any circumstances > where naming the kernel include file "bpf.h" would conflict with > /usr/include/net/bpf.h? > > In any case, this is a long overdue, and welcome change. Thank you. :) > > Doug How would that conflict? "bpf.h" is a local include, so it's not the same include path set. Plus, it would only be included as if -I/sys/net. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > Brian Fundakowski Feldman _ __ ___ ____ ___ ___ ___ green@FreeBSD.org _ __ ___ | _ ) __| \ FreeBSD: The Power to Serve! _ __ | _ \._ \ |) | http://www.FreeBSD.org/ _ |___/___/___/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message