aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-09-11 13:17:35 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-09-11 13:17:35 +0000
commitc947a6678b4d300dee54715512178f9d189ce2c5 (patch)
treec9e3be31bbb50b338831b37b5cad27f0575e39d3 /usr.bin/make/make.h
parent06b1dcf18264ee0320241b7070472cbee7bdb60b (diff)
downloadsrc-c947a6678b4d300dee54715512178f9d189ce2c5.tar.gz
src-c947a6678b4d300dee54715512178f9d189ce2c5.zip
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
Notes
Notes: svn path=/head/; revision=51151
Diffstat (limited to 'usr.bin/make/make.h')
-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 24106519eb30..874eaa6550ad 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>