Fix a warning (unused static declaration without MFS_ROOT)

This commit is contained in:
Peter Wemm 1999-11-18 08:49:40 +00:00
parent 6224a63b8b
commit 63034ded71

View File

@ -78,7 +78,9 @@ static int mfs_start __P((struct mount *mp, int flags, struct proc *p));
static int mfs_statfs __P((struct mount *mp, struct statfs *sbp,
struct proc *p));
static int mfs_init __P((struct vfsconf *));
#ifdef MFS_ROOT
static void mfs_takeroot __P((void *));
#endif
static struct cdevsw mfs_cdevsw = {
/* open */ noopen,