diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 19:20:16 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 19:20:16 +0000 |
commit | 2cd2bcff2f9296680492c7ef4d41d546369fa68f (patch) | |
tree | bb9dc2deead1ac72c97462c1f2b2b5ae4794e60d /usr.bin/vmstat | |
parent | fd3c315bac452667054e7c881b7db2e70bd2b93f (diff) |
New vm includes.
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r-- | usr.bin/vmstat/vmstat.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |