summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-09-11 13:17:35 +0000
committerhoek <hoek@FreeBSD.org>1999-09-11 13:17:35 +0000
commit316ad4142e2c0c56617f7174679fc4be3712e6ec (patch)
treeebc5cc9c4da2767d5cbe2b1588d928c66edb1e5e /usr.bin/make
parent506d7f351f0047671c3b5be6bebbddb44643a6d2 (diff)
downloadFreeBSD-src-316ad4142e2c0c56617f7174679fc4be3712e6ec.zip
FreeBSD-src-316ad4142e2c0c56617f7174679fc4be3712e6ec.tar.gz
Remove the #include of sys/param.h. It was meant to improve portability
for BSD less than 4.4 where sys/cdefs.h DNE but can be simulated with param.h. Unfortunately, the additional include did little to actually improve portability since we've lost portability in several other chunks of make code (err(), sysctlbyname(), probable more). Partly submitted by: bde
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 2410651..874eaa6 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -48,7 +48,6 @@
#define _MAKE_H_
#include <sys/types.h>
-#include <sys/param.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
OpenPOWER on IntegriCloud