diff options
author | bde <bde@FreeBSD.org> | 1995-08-30 01:34:28 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-08-30 01:34:28 +0000 |
commit | cea39e287b60480a69cfcbb445d0981e110fd727 (patch) | |
tree | 7b70826a34b3a18c9b6bc04573ce179faad4fcfb /sys/ufs/mfs/mfs_vfsops.c | |
parent | 0eedc04af215b9f59418a3ad9bd18048a5b0c5f9 (diff) | |
download | FreeBSD-src-cea39e287b60480a69cfcbb445d0981e110fd727.zip FreeBSD-src-cea39e287b60480a69cfcbb445d0981e110fd727.tar.gz |
Declare vfs_mountroot() in the right place.
Diffstat (limited to 'sys/ufs/mfs/mfs_vfsops.c')
-rw-r--r-- | sys/ufs/mfs/mfs_vfsops.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 <sys/param.h> @@ -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. |