Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pstat Update for mount flag change.



details:   https://anonhg.NetBSD.org/src/rev/de3e190dd22b
branches:  trunk
changeset: 474384:de3e190dd22b
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Jul 04 22:09:30 1999 +0000

description:
Update for mount flag change.

diffstat:

 usr.sbin/pstat/pstat.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 778ad00827b5 -r de3e190dd22b usr.sbin/pstat/pstat.c
--- a/usr.sbin/pstat/pstat.c    Sun Jul 04 21:59:19 1999 +0000
+++ b/usr.sbin/pstat/pstat.c    Sun Jul 04 22:09:30 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pstat.c,v 1.44 1999/01/31 10:12:33 mrg Exp $   */
+/*     $NetBSD: pstat.c,v 1.45 1999/07/04 22:09:30 fvdl Exp $  */
 
 /*-
  * Copyright (c) 1980, 1991, 1993, 1994
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)pstat.c    8.16 (Berkeley) 5/9/95";
 #else
-__RCSID("$NetBSD: pstat.c,v 1.44 1999/01/31 10:12:33 mrg Exp $");
+__RCSID("$NetBSD: pstat.c,v 1.45 1999/07/04 22:09:30 fvdl Exp $");
 #endif
 #endif /* not lint */
 
@@ -135,7 +135,7 @@
        { MNT_DELEXPORT, "delexport" },
        { MNT_RELOAD, "reload" },
        { MNT_FORCE, "force" },
-       { MNT_MWAIT, "wait" },
+       { MNT_GONE, "gone" },
        { MNT_UNMOUNT, "unmount" },
        { MNT_WANTRDWR, "wantrdwr" },
        { 0 }



Home | Main Index | Thread Index | Old Index