summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat/pstat.c
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/pstat.c
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/pstat.c')
-rw-r--r--usr.sbin/pstat/pstat.c4
1 files changed, 0 insertions, 4 deletions
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