summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat/pstat.c
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1998-01-06 05:33:28 +0000
committerdyson <dyson@FreeBSD.org>1998-01-06 05:33:28 +0000
commit363be0f0eb25f269b4465fb2b020f99b19c081a3 (patch)
tree78b392e5ce5fd17a1d19d26547de22512fb87ba9 /usr.sbin/pstat/pstat.c
parentcb2800cd94015c1a5a07a78ac1299961c8cbfee8 (diff)
downloadFreeBSD-src-363be0f0eb25f269b4465fb2b020f99b19c081a3.zip
FreeBSD-src-363be0f0eb25f269b4465fb2b020f99b19c081a3.tar.gz
Make pstat.c compile, since in the new kernel code, VVMIO doesn't
exist anymore.
Diffstat (limited to 'usr.sbin/pstat/pstat.c')
-rw-r--r--usr.sbin/pstat/pstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 64df39e..7fc3f08 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.32 1997/10/19 18:41:23 davidg Exp $";
+ "$Id: pstat.c,v 1.33 1997/11/12 05:42:33 julian Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -465,7 +465,7 @@ vnode_print(avnode, vp)
*fp++ = 'B';
if (flag & VALIASED)
*fp++ = 'A';
- if (flag & VVMIO)
+ if (flag & VOBJBUF)
*fp++ = 'V';
if (flag & VAGE)
*fp++ = 'a';
OpenPOWER on IntegriCloud