summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-26 15:49:54 +0000
committerphk <phk@FreeBSD.org>1999-08-26 15:49:54 +0000
commitce56d23f4a695e8c050a56563a8a5f7b1cd08ce9 (patch)
treef70ae440646aa860a0c7d3c8a4fe050065a1b2aa
parent7f8de0570023be9ca9690f39d8770813a8e0462a (diff)
downloadFreeBSD-src-ce56d23f4a695e8c050a56563a8a5f7b1cd08ce9.zip
FreeBSD-src-ce56d23f4a695e8c050a56563a8a5f7b1cd08ce9.tar.gz
VALIASED doesn't exist any more.
-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