Delete redundant decl of fdesc_root, it's in fdesc.h.

This commit is contained in:
simonb 2000-03-30 02:16:22 +00:00
parent 6fa443065b
commit 0177c68ba1
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: fdesc_vfsops.c,v 1.29 2000/03/16 18:08:23 jdolecek Exp $ */
/* $NetBSD: fdesc_vfsops.c,v 1.30 2000/03/30 02:16:22 simonb Exp $ */
/*
* Copyright (c) 1992, 1993, 1995
@ -65,7 +65,6 @@ int fdesc_mount __P((struct mount *, const char *, void *,
struct nameidata *, struct proc *));
int fdesc_start __P((struct mount *, int, struct proc *));
int fdesc_unmount __P((struct mount *, int, struct proc *));
int fdesc_root __P((struct mount *, struct vnode **));
int fdesc_quotactl __P((struct mount *, int, uid_t, caddr_t,
struct proc *));
int fdesc_statfs __P((struct mount *, struct statfs *, struct proc *));