From cea39e287b60480a69cfcbb445d0981e110fd727 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 30 Aug 1995 01:34:28 +0000 Subject: Declare vfs_mountroot() in the right place. --- sys/ufs/mfs/mfs_vfsops.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/ufs') diff --git a/sys/ufs/mfs/mfs_vfsops.c b/sys/ufs/mfs/mfs_vfsops.c index 3213cea..b6316b6 100644 --- a/sys/ufs/mfs/mfs_vfsops.c +++ b/sys/ufs/mfs/mfs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mfs_vfsops.c 8.4 (Berkeley) 4/16/94 - * $Id: mfs_vfsops.c,v 1.11 1995/08/20 10:26:00 davidg Exp $ + * $Id: mfs_vfsops.c,v 1.12 1995/08/28 09:19:14 julian Exp $ */ #include @@ -88,8 +88,6 @@ struct vfsops mfs_vfsops = { VFS_SET(mfs_vfsops, mfs, MOUNT_MFS, 0); -int vfs_mountroot __P((caddr_t)); /* XXX goes away*/ - /* * This is called early in boot to set the base address and size * of the mini-root. -- cgit v1.1