summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2002-04-28 10:24:38 +0000
committeriedowse <iedowse@FreeBSD.org>2002-04-28 10:24:38 +0000
commit3bdd57c6570b459888724fc1b0650fbcd0ee761d (patch)
treec2fbd778feea7a37b2bc1cc0deb31b8de3128a64 /usr.sbin/pstat
parentb0e53bd01fa28ede17a90affc780f8f21980a2d6 (diff)
downloadFreeBSD-src-3bdd57c6570b459888724fc1b0650fbcd0ee761d.zip
FreeBSD-src-3bdd57c6570b459888724fc1b0650fbcd0ee761d.tar.gz
Oops, remove references to NLOCKED and NWANTED, now that they no
longer exist.
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/pstat.84
-rw-r--r--usr.sbin/pstat/pstat.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8
index b38ea8d..f21bc0d 100644
--- a/usr.sbin/pstat/pstat.8
+++ b/usr.sbin/pstat/pstat.8
@@ -348,10 +348,6 @@ special file accessed
special file updated
.It C
special file times changed
-.It L
-node is locked
-.It w
-someone wants to lock
.El
.El
.It SIZ/RDEV
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index b0a5db9..cf34de3 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -543,10 +543,6 @@ nfs_print(vp)
*flags++ = 'U';
if (flag & NCHG)
*flags++ = 'C';
- if (flag & NLOCKED)
- *flags++ = 'L';
- if (flag & NWANTED)
- *flags++ = 'w';
if (flag == 0)
*flags++ = '-';
*flags = '\0';
OpenPOWER on IntegriCloud