summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pstat/pstat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index b1e1969..0c43603 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -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)
OpenPOWER on IntegriCloud