From ce56d23f4a695e8c050a56563a8a5f7b1cd08ce9 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 26 Aug 1999 15:49:54 +0000 Subject: VALIASED doesn't exist any more. --- usr.sbin/pstat/pstat.c | 4 +--- 1 file changed, 1 insertion(+), 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 @@ -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) -- cgit v1.1