aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-08-24 20:22:44 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-08-24 20:22:44 +0000
commit540bc8d6e1ddeb39ae944b4ffe6a5ef39b2eb507 (patch)
treec6f3eaa1abfa45761a29e5f6d87da377889d6064 /usr.bin
parentcb2b40a0b45bafd26f8d7dcd19450d36ee51e56a (diff)
downloadsrc-540bc8d6e1ddeb39ae944b4ffe6a5ef39b2eb507.tar.gz
src-540bc8d6e1ddeb39ae944b4ffe6a5ef39b2eb507.zip
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)
Notes
Notes: svn path=/head/; revision=65062
Diffstat (limited to 'usr.bin')
-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 f40c4db9505c..e3168927aaff 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>