From e83d87f1fc98e1b71bfda89ff73ed3df134bdf0d Mon Sep 17 00:00:00 2001 From: David Greenman Date: Fri, 12 May 1995 23:39:15 +0000 Subject: Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptable options for UFS (which fixes another bug). --- sbin/mount/mount_ufs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/mount/mount_ufs.c') diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index 48be22220d1e..500a9777cc3f 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -59,6 +59,7 @@ static struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_ASYNC, MOPT_SYNC, + MOPT_FORCE, MOPT_UPDATE, MOPT_UQUOTA, MOPT_GQUOTA, -- cgit v1.2.3