From 71ddd313905625e7a30459009de6972aa2fd42a2 Mon Sep 17 00:00:00 2001 From: eivind 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/i386/isa/if_cx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/i386/isa/if_cx.c') diff --git a/sys/i386/isa/if_cx.c b/sys/i386/isa/if_cx.c index 569209d..01f58f7 100644 --- a/sys/i386/isa/if_cx.c +++ b/sys/i386/isa/if_cx.c @@ -20,6 +20,7 @@ #include "cx.h" #include "bpfilter.h" +#include "opt_devfs.h" #include "sppp.h" #if NSPPP <= 0 -- cgit v1.1