summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ffs/ffs_vfsops.c')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index def856c..bd1ad2b 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ffs_vfsops.c 8.8 (Berkeley) 4/18/94
- * $Id$
+ * $Id: ffs_vfsops.c,v 1.3 1994/08/02 07:54:24 davidg Exp $
*/
#include <sys/param.h>
@@ -88,7 +88,6 @@ extern u_long nextgennumber;
int
ffs_mountroot()
{
- extern struct vnode *rootvp;
register struct fs *fs;
register struct mount *mp;
struct proc *p = curproc; /* XXX */
@@ -350,7 +349,6 @@ ffs_mountfs(devvp, mp, p)
int havepart = 0, blks;
int error, i, size;
int ronly;
- extern struct vnode *rootvp;
/*
* Disallow multiple mounts of the same device.
OpenPOWER on IntegriCloud