summaryrefslogtreecommitdiffstats
path: root/sys/dev/vn
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
committereivind <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
commit71ddd313905625e7a30459009de6972aa2fd42a2 (patch)
tree6d6142bad3e6171bba77304251f69f1a8ab13c2d /sys/dev/vn
parent71161cca1452c50ca0ea535bae82c1df9c67663c (diff)
downloadFreeBSD-src-71ddd313905625e7a30459009de6972aa2fd42a2.zip
FreeBSD-src-71ddd313905625e7a30459009de6972aa2fd42a2.tar.gz
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.
Diffstat (limited to 'sys/dev/vn')
-rw-r--r--sys/dev/vn/vn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index ac44f70..82bb632 100644
--- a/sys/dev/vn/vn.c
+++ b/sys/dev/vn/vn.c
@@ -38,7 +38,7 @@
* from: Utah Hdr: vn.c 1.13 94/04/02
*
* from: @(#)vn.c 8.6 (Berkeley) 4/1/94
- * $Id: vn.c,v 1.51 1997/10/21 09:51:47 kato Exp $
+ * $Id: vn.c,v 1.52 1997/12/06 14:27:08 bde Exp $
*/
/*
@@ -68,6 +68,8 @@
#define NVN 8
#endif
+#include "opt_devfs.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud