diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-08 20:26:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-08 20:26:20 +0000 |
commit | e1a4d5a00fb59d7cfc2ba473f09a5e14e2a68934 (patch) | |
tree | ea546bd8f7af6ab5ad43da7d7d94fcb68b830e67 /sys/kern | |
parent | 6becc8460f95947c1cd1c183adbf49e5ed1ae88d (diff) |
struct mount *rootfs is never used
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/vfs_conf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c index ecdff9ecca0..49ef87809e5 100644 --- a/sys/kern/vfs_conf.c +++ b/sys/kern/vfs_conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_conf.c,v 1.31 2006/11/18 08:20:51 jmc Exp $ */ +/* $OpenBSD: vfs_conf.c,v 1.32 2007/05/08 20:26:19 deraadt Exp $ */ /* $NetBSD: vfs_conf.c,v 1.21.4.1 1995/11/01 00:06:26 jtc Exp $ */ /* @@ -65,9 +65,8 @@ #endif /* - * These define the root filesystem and device. + * This defines the root filesystem. */ -struct mount *rootfs; struct vnode *rootvnode; /* |