summaryrefslogtreecommitdiff
path: root/usr.bin/systat/vmstat.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-11-22 14:19:24 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-11-22 14:19:24 +0000
commit404e519caa8a9970e35310bc531ea6b5c4d5fb9e (patch)
tree75a43ee2aa8f82e5475d1fc5f61a504cb10b8428 /usr.bin/systat/vmstat.c
parent303ee5efd5473f9a928e6fb7081fa22f8b0c1770 (diff)
back out 1.8, will fix in another way.
Diffstat (limited to 'usr.bin/systat/vmstat.c')
-rw-r--r--usr.bin/systat/vmstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c
index 6be59c67d98..4b9ac43738b 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmstat.c,v 1.8 1997/11/22 13:07:37 kstailey Exp $ */
+/* $OpenBSD: vmstat.c,v 1.9 1997/11/22 14:19:23 kstailey Exp $ */
/* $NetBSD: vmstat.c,v 1.5 1996/05/10 23:16:40 thorpej Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94";
#endif
-static char rcsid[] = "$OpenBSD: vmstat.c,v 1.8 1997/11/22 13:07:37 kstailey Exp $";
+static char rcsid[] = "$OpenBSD: vmstat.c,v 1.9 1997/11/22 14:19:23 kstailey Exp $";
#endif /* not lint */
/*
@@ -190,7 +190,7 @@ static struct nlist namelist[] = {
#define PROCSCOL 0
#define GENSTATROW 7 /* uses 2 rows and 30 cols */
#define GENSTATCOL 20
-#define VMSTATROW 6 /* uses 17 rows and 12 cols */
+#define VMSTATROW 7 /* uses 17 rows and 12 cols */
#define VMSTATCOL 48
#define GRAPHROW 10 /* uses 3 rows and 51 cols */
#define GRAPHCOL 0