summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-12 01:47:43 +0000
committerphk <phk@FreeBSD.org>1994-11-12 01:47:43 +0000
commit624e500bacd06e51cc11262a5c872685983d6c36 (patch)
treef2f1ecfadfad39dd6831e729ec032b78656dfc48 /sys/kern/vfs_mount.c
parent5ba4b165e8f8bddc7e78b7fba016749a1ae6103f (diff)
downloadFreeBSD-src-624e500bacd06e51cc11262a5c872685983d6c36.zip
FreeBSD-src-624e500bacd06e51cc11262a5c872685983d6c36.tar.gz
Make a kernel sans FFS possible.
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 6e1eb1d..251d704 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -31,22 +31,13 @@
* SUCH DAMAGE.
*
* @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94
- * $Id: vfs_conf.c,v 1.4 1994/09/19 15:41:13 dfr Exp $
+ * $Id: vfs_conf.c,v 1.5 1994/09/21 03:46:47 wollman Exp $
*/
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/vnode.h>
-#ifdef FFS
-#include <ufs/ffs/ffs_extern.h>
-
-/*
- * This specifies the filesystem used to mount the root.
- * This specification should be done by /etc/config.
- */
-int (*mountroot)() = ffs_mountroot;
-#endif
-
+int (*mountroot) __P((void));
struct vnode *rootvnode;
OpenPOWER on IntegriCloud