summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/ufs/mfs/mfs_vfsops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ufs/mfs/mfs_vfsops.c b/sys/ufs/mfs/mfs_vfsops.c
index dcd766e..a4ebaac 100644
--- a/sys/ufs/mfs/mfs_vfsops.c
+++ b/sys/ufs/mfs/mfs_vfsops.c
@@ -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,
OpenPOWER on IntegriCloud