aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1997-11-12 05:42:33 +0000
committerJulian Elischer <julian@FreeBSD.org>1997-11-12 05:42:33 +0000
commitb1f4a44b03989b5d653f0a738f200d5784808bbc (patch)
treee7e8ad8487595b193cff8ede198c1cb9f08fa787 /usr.sbin
parente3f8c97942e4c1ee98b4010ef5e5305886862f41 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pstat/pstat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 3cc6f2562af3..64df39ee046e 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95";
#endif
static const char rcsid[] =
- "$Id: pstat.c,v 1.31 1997/10/09 07:22:08 charnier Exp $";
+ "$Id: pstat.c,v 1.32 1997/10/19 18:41:23 davidg Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -195,9 +195,11 @@ struct {
{ MNT_DELEXPORT, "delexport" },
{ MNT_RELOAD, "reload" },
{ MNT_FORCE, "force" },
+#if 0
{ MNT_UNMOUNT, "unmount" },
{ MNT_MWAIT, "mwait" },
{ MNT_WANTRDWR, "wantrdwr" },
+#endif
{ 0 }
};