summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-09-14 19:56:42 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-09-14 19:56:42 +0000
commitd024c955995756f65099bc2a8cc67d5366591e28 (patch)
tree481b5cac57a2a1d23d188ccb6d2e2922e4d27477 /sys/kern/vfs_mount.c
parent355150a48914ca6f70a2831a61ad8523048bbcad (diff)
downloadsrc-test2-d024c955995756f65099bc2a8cc67d5366591e28.tar.gz
src-test2-d024c955995756f65099bc2a8cc67d5366591e28.zip
Notes
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 3bbc406495ae..a7a830ffcfea 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94
- * $Id: vfs_conf.c,v 1.24 1998/04/20 03:57:30 julian Exp $
+ * $Id: vfs_conf.c,v 1.25 1998/06/09 12:52:33 bde Exp $
*/
/*
@@ -51,7 +51,6 @@
* 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)*/
@@ -75,9 +74,6 @@ dev_t rootdevs[] = { NODEV, NODEV };
char *rootdevnames[2];
struct vnode *rootvnode;
char *mountrootfsname;
-#ifdef SLICE
-char rootdevice[32];
-#endif
#ifdef BOOTP
extern void bootpc_init __P((void));
#endif