summaryrefslogtreecommitdiff
path: root/usr.bin/systat/vmstat.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-31 18:19:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-31 18:19:45 +0000
commita873e9155b65a723a628484bc434c3f5c2a1032f (patch)
tree39e2b5fb55ad9704ea73ee765e8b9ed2d47ee88c /usr.bin/systat/vmstat.c
parent025172ee1e10376391e43cc728bbcfc0b0b384d8 (diff)
spacing
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 40541311661..775f45fd921 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmstat.c,v 1.57 2006/03/31 04:10:59 deraadt Exp $ */
+/* $OpenBSD: vmstat.c,v 1.58 2006/03/31 18:19:44 deraadt Exp $ */
/* $NetBSD: vmstat.c,v 1.5 1996/05/10 23:16:40 thorpej Exp $ */
/*-
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94";
#endif
-static char rcsid[] = "$OpenBSD: vmstat.c,v 1.57 2006/03/31 04:10:59 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: vmstat.c,v 1.58 2006/03/31 18:19:44 deraadt Exp $";
#endif /* not lint */
/*
@@ -185,7 +185,7 @@ initkre(void)
for (i = 0; i < nintr; i++) {
char name[128];
-
+
mib[0] = CTL_KERN;
mib[1] = KERN_INTRCNT;
mib[2] = KERN_INTRCNT_NAME;