From 624e500bacd06e51cc11262a5c872685983d6c36 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 12 Nov 1994 01:47:43 +0000 Subject: Make a kernel sans FFS possible. --- sys/kern/vfs_mount.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'sys/kern/vfs_mount.c') 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 #include #include -#ifdef FFS -#include - -/* - * 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; -- cgit v1.1