Oops, remove references to NLOCKED and NWANTED, now that they no
longer exist.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user