Oops, remove references to NLOCKED and NWANTED, now that they no

longer exist.
This commit is contained in:
Ian Dowse
2002-04-28 10:24:38 +00:00
parent 4cfce7a7a6
commit 72d12a7fae
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -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
-4
View File
@@ -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';