summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_conf.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-04-20 03:57:41 +0000
committerjulian <julian@FreeBSD.org>1998-04-20 03:57:41 +0000
commitcb9166e241e78d9e239fe009b221fd26681a754e (patch)
treece879479a904630bada69f7d32f69a8918c8be95 /sys/kern/vfs_conf.c
parent6919d0a394f8dfca3382a9fd32ac7df25833c942 (diff)
downloadFreeBSD-src-cb9166e241e78d9e239fe009b221fd26681a754e.zip
FreeBSD-src-cb9166e241e78d9e239fe009b221fd26681a754e.tar.gz
Make the devfs SLICE option a standard type option.
(hopefully it will go away eventually anyhow)
Diffstat (limited to 'sys/kern/vfs_conf.c')
-rw-r--r--sys/kern/vfs_conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c
index ffe86ce..01f4800 100644
--- a/sys/kern/vfs_conf.c
+++ b/sys/kern/vfs_conf.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94
- * $Id: vfs_conf.c,v 1.22 1998/03/11 00:10:31 msmith Exp $
+ * $Id: vfs_conf.c,v 1.23 1998/04/19 23:31:57 julian Exp $
*/
/*
@@ -51,6 +51,7 @@
* as an aid to conversion for kernel multithreading
* on SMP reentrancy
*/
+#include "opt_devfs.h" /* for SLICE */
#include "opt_bootp.h"
#include <sys/param.h> /* dev_t (types.h)*/
OpenPOWER on IntegriCloud