X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b811895b484dc1f0e3f2613d949b2e6bb605e3b9..2e162568ad11336bc4febcf690f5d5e25d63e3e7:/sys/kern/vfs_conf.c diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c index be674dad1a..cc7378639d 100644 --- a/sys/kern/vfs_conf.c +++ b/sys/kern/vfs_conf.c @@ -31,20 +31,13 @@ * SUCH DAMAGE. * * from: @(#)vfs_conf.c 7.3 (Berkeley) 6/28/90 - * $Id: vfs_conf.c,v 1.3 1993/12/12 12:23:21 davidg Exp $ + * $Id: vfs_conf.c,v 1.4 1993/12/19 00:51:49 wollman Exp $ */ #include "param.h" #include "systm.h" #include "mount.h" -/* - * This specifies the filesystem used to mount the root. - * This specification should be done by /etc/config. - */ -extern int ufs_mountroot(); -int (*mountroot)() = ufs_mountroot; - /* * These define the root filesystem and device. */