summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/systat/vmstat.c5
-rw-r--r--usr.bin/vmstat/vmstat.c3
2 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c
index fdcbe7349da..8e40b91ec2d 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmstat.c,v 1.25 2001/08/28 05:17:55 weingart Exp $ */
+/* $OpenBSD: vmstat.c,v 1.26 2001/11/06 19:20:15 art 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.25 2001/08/28 05:17:55 weingart Exp $";
+static char rcsid[] = "$OpenBSD: vmstat.c,v 1.26 2001/11/06 19:20:15 art Exp $";
#endif /* not lint */
/*
@@ -54,7 +54,6 @@ static char rcsid[] = "$OpenBSD: vmstat.c,v 1.25 2001/08/28 05:17:55 weingart Ex
#include <sys/proc.h>
#include <sys/namei.h>
#include <sys/sysctl.h>
-#include <vm/vm.h>
#include <uvm/uvm_extern.h>
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 02dcdd00bd9..20657024fbe 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -1,5 +1,5 @@
/* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */
-/* $OpenBSD: vmstat.c,v 1.60 2001/09/16 01:27:55 art Exp $ */
+/* $OpenBSD: vmstat.c,v 1.61 2001/11/06 19:20:15 art Exp $ */
/*
* Copyright (c) 1980, 1986, 1991, 1993
@@ -63,7 +63,6 @@ static char rcsid[] = "$NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp
#include <sys/sysctl.h>
#include <sys/device.h>
#include <sys/pool.h>
-#include <vm/vm.h>
#include <time.h>
#include <nlist.h>
#include <kvm.h>