From 3b98287ca4c15ddc7133270c069ac49f467770a8 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Thu, 7 Jul 1994 22:53:16 -0800 Subject: [PATCH] mount allows use of the force option SCCS-vsn: sbin/mount/mount_ufs.c 8.3 --- usr/src/sbin/mount/mount_ufs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/sbin/mount/mount_ufs.c b/usr/src/sbin/mount/mount_ufs.c index be9d2c0b50..6c2080d18c 100644 --- a/usr/src/sbin/mount/mount_ufs.c +++ b/usr/src/sbin/mount/mount_ufs.c @@ -12,7 +12,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)mount_ufs.c 8.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)mount_ufs.c 8.3 (Berkeley) %G%"; #endif /* not lint */ #include @@ -34,6 +34,7 @@ static struct mntopt mopts[] = { MOPT_ASYNC, MOPT_SYNC, MOPT_UPDATE, + MOPT_FORCE, { NULL } }; -- 2.20.1