From 7b778b5e61910c0f18361e6f5e17ab0b6c5480f3 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Sat, 24 Jan 1998 02:54:56 +0000 Subject: Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. This introduce an xxxFS_BOOT for each of the rootable filesystems. (Presently not required, but encouraged to allow a smooth move of option *FS to opt_dontuse.h later.) LFS is temporarily disabled, and will be re-enabled tomorrow. --- sys/net/bpf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/net/bpf.c') diff --git a/sys/net/bpf.c b/sys/net/bpf.c index fa41365619ce..d118db6d694d 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -37,7 +37,7 @@ * * @(#)bpf.c 8.2 (Berkeley) 3/28/94 * - * $Id: bpf.c,v 1.35 1997/10/03 21:32:05 julian Exp $ + * $Id: bpf.c,v 1.36 1997/11/18 16:29:53 bde Exp $ */ #include "bpfilter.h" @@ -78,6 +78,9 @@ #include #include #include + +#include "opt_devfs.h" + #ifdef DEVFS #include #endif /*DEVFS*/ -- cgit v1.2.3