diff options
Diffstat (limited to 'usr.sbin/pstat/pstat.c')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 4 |
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'; |