]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the #include of sys/param.h. It was meant to improve portability
authorTim Vanderhoek <hoek@FreeBSD.org>
Sat, 11 Sep 1999 13:17:35 +0000 (13:17 +0000)
committerTim Vanderhoek <hoek@FreeBSD.org>
Sat, 11 Sep 1999 13:17:35 +0000 (13:17 +0000)
commitc947a6678b4d300dee54715512178f9d189ce2c5
treec9e3be31bbb50b338831b37b5cad27f0575e39d3
parent06b1dcf18264ee0320241b7070472cbee7bdb60b
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
usr.bin/make/make.h