Add the condition !defined(USG) to the logic to include <sys/param.h>
There is still some debate if this is yet the proper way to handle <sys/param.h>, but this is certainly closer than what I had to start with. Submitted by: Warner Losh <imp@village.org>
This commit is contained in:
parent
5979500afc
commit
5c69c267fa
@ -49,7 +49,7 @@ the ports collection.
|
||||
is already included; if not, add the code:
|
||||
|
||||
<tscreen><verb>
|
||||
#ifdef (defined(__unix__) || defined(unix))
|
||||
#ifdef (defined(__unix__) || defined(unix)) && !defined(USG)
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
</verb></tscreen>
|
||||
|
Loading…
Reference in New Issue
Block a user