summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-08-24 20:22:44 +0000
committerpeter <peter@FreeBSD.org>2000-08-24 20:22:44 +0000
commite2457b02736d8be1d57d5bacf48b31e85ce31ba9 (patch)
treeac8cf58b9c418ec26105dcfebb3a818d0d0a107f /usr.bin/systat
parentfb1e6637873c38e9336bcd23804555148aadd8ba (diff)
downloadFreeBSD-src-e2457b02736d8be1d57d5bacf48b31e85ce31ba9.zip
FreeBSD-src-e2457b02736d8be1d57d5bacf48b31e85ce31ba9.tar.gz
Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so remove
it to try and get world building again. (sys/conf.h now depends on sys/types.h)
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/swap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c
index f40c4db..e316892 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/conf.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud