diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-06-24 17:03:20 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-06-24 17:03:20 +0000 |
commit | 4c832e32c4828dd3d4f5d00cf248f10b78100512 (patch) | |
tree | 1f21d7b7bc4c62dce9138e0171cf378e5b374cad /usr.sbin/pstat/pstat.c | |
parent | 58ae363b1055ab6c28d4f8ebc5e078218ff3b09e (diff) |
Get rid of NQNFS options
Diffstat (limited to 'usr.sbin/pstat/pstat.c')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 3cf6457a415..109ace4d042 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pstat.c,v 1.25 2001/02/25 05:33:08 csapuntz Exp $ */ +/* $OpenBSD: pstat.c,v 1.26 2001/06/24 17:03:19 csapuntz Exp $ */ /* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */ /*- @@ -44,7 +44,7 @@ static char copyright[] = #if 0 from: static char sccsid[] = "@(#)pstat.c 8.9 (Berkeley) 2/16/94"; #else -static char *rcsid = "$OpenBSD: pstat.c,v 1.25 2001/02/25 05:33:08 csapuntz Exp $"; +static char *rcsid = "$OpenBSD: pstat.c,v 1.26 2001/06/24 17:03:19 csapuntz Exp $"; #endif #endif /* not lint */ @@ -488,12 +488,6 @@ nfs_print(vp) *flags++ = 'M'; if (flag & NWRITEERR) *flags++ = 'E'; - if (flag & NQNFSNONCACHE) - *flags++ = 'X'; - if (flag & NQNFSWRITE) - *flags++ = 'O'; - if (flag & NQNFSEVICTED) - *flags++ = 'G'; if (flag & NACC) *flags++ = 'A'; if (flag & NUPD) |