From d376015efed104a8a4417265237117f8042e4de1 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 13 Dec 1995 15:01:13 +0000 Subject: Reduced vm dependencies. Only `struct vmmeter.h' is required. Unfortunately, the sysctl number for reading this struct is bogusly placed in instead of with the declaration of the struct. --- usr.bin/vmstat/vmstat.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.bin/vmstat/vmstat.c') diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 0c632a2fb642..beaef227b53d 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -44,9 +44,9 @@ static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; #include #include #include -#include #include #include +#include #include #include #include @@ -54,7 +54,9 @@ static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; #include #include #include -#include + +#include + #include #include #include -- cgit v1.3