summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-05-05 15:41:22 +0000
committerphk <phk@FreeBSD.org>2000-05-05 15:41:22 +0000
commitb78772d5441c8b84fc42ab9adcb28598a1d2da05 (patch)
treed3d9f7c257aa21c329dc8ff3aaa441fa5ecb051e /usr.bin/systat
parent098a35a51fe0bb1dac341eb65b3ea76955e18fe3 (diff)
downloadFreeBSD-src-b78772d5441c8b84fc42ab9adcb28598a1d2da05.zip
FreeBSD-src-b78772d5441c8b84fc42ab9adcb28598a1d2da05.tar.gz
Don't include <sys/buf.h>
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/iostat.c1
-rw-r--r--usr.bin/systat/swap.c1
-rw-r--r--usr.bin/systat/vmstat.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c
index edeab4b..81d7b25 100644
--- a/usr.bin/systat/iostat.c
+++ b/usr.bin/systat/iostat.c
@@ -65,7 +65,6 @@ static char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93";
#endif not lint
#include <sys/param.h>
-#include <sys/buf.h>
#include <sys/dkstat.h>
#include <string.h>
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c
index eda7b91..f40c4db 100644
--- a/usr.bin/systat/swap.c
+++ b/usr.bin/systat/swap.c
@@ -44,7 +44,6 @@ static const char rcsid[] =
*/
#include <sys/param.h>
-#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c
index 44fdcf9..f80d34d 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -44,7 +44,6 @@ static const char rcsid[] =
*/
#include <sys/param.h>
-#include <sys/buf.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud