no more MNT_NOFORCE
[unix-history] / usr / src / sbin / umount / umount.c
index 4232f42..2df186c 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)umount.c   5.17 (Berkeley) %G%";
+static char sccsid[] = "@(#)umount.c   5.18 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -40,7 +40,7 @@ char *nfshost;
 #endif
 
 int    vflag, all, errs, fake;
 #endif
 
 int    vflag, all, errs, fake;
-int    fflag = MNT_NOFORCE;
+int    fflag = 0;
 char   *getmntname();
 
 #define        MNTON   1
 char   *getmntname();
 
 #define        MNTON   1