VALIASED doesn't exist any more.
This commit is contained in:
parent
4884d7428f
commit
73cab7e56e
@ -42,7 +42,7 @@ static const char copyright[] =
|
||||
static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id: pstat.c,v 1.41 1999/05/11 14:32:18 peter Exp $";
|
||||
"$Id: pstat.c,v 1.42 1999/08/08 19:44:00 phk Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -437,8 +437,6 @@ vnode_print(avnode, vp)
|
||||
*fp++ = 'W';
|
||||
if (flag & VBWAIT)
|
||||
*fp++ = 'B';
|
||||
if (flag & VALIASED)
|
||||
*fp++ = 'A';
|
||||
if (flag & VOBJBUF)
|
||||
*fp++ = 'V';
|
||||
if (flag & VAGE)
|
||||
|
Loading…
Reference in New Issue
Block a user