summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ext2fs/ext2fs_vfsops.c')
-rw-r--r--sys/ufs/ext2fs/ext2fs_vfsops.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_vfsops.c b/sys/ufs/ext2fs/ext2fs_vfsops.c
index aee661808c2..f8bc26959c4 100644
--- a/sys/ufs/ext2fs/ext2fs_vfsops.c
+++ b/sys/ufs/ext2fs/ext2fs_vfsops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ext2fs_vfsops.c,v 1.32 2004/05/06 17:41:03 grange Exp $ */
+/* $OpenBSD: ext2fs_vfsops.c,v 1.33 2004/06/04 08:06:04 tedu Exp $ */
/* $NetBSD: ext2fs_vfsops.c,v 1.1 1997/06/11 09:34:07 bouyer Exp $ */
/*
@@ -123,7 +123,6 @@ ext2fs_init(vfsp)
int
ext2fs_mountroot()
{
- extern struct vnode *rootvp;
register struct m_ext2fs *fs;
struct mount *mp;
struct proc *p = curproc; /* XXX */
@@ -491,7 +490,6 @@ ext2fs_mountfs(devvp, mp, p)
struct partinfo dpart;
int error, i, size, ronly;
struct ucred *cred;
- extern struct vnode *rootvp;
dev = devvp->v_rdev;
cred = p ? p->p_ucred : NOCRED;