diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-26 15:49:54 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-26 15:49:54 +0000 |
| commit | 73fb8dcd42ad95abe9289a8adf3b7eb20b05a664 (patch) | |
| tree | 55025225a40d77f4450e1ab428df8eacdf95155c | |
| parent | 15c3245acb9fb8af64066a0b94f674a4073d2abe (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pstat/pstat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index b1e19697e0da0..0c436031b86a6 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) |
