mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Get rid of bogus #ifdef's.
This commit is contained in:
parent
485f6985a7
commit
f542f7ff84
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19383
@ -38,14 +38,8 @@
|
||||
#endif
|
||||
|
||||
/* Include the standard library header files. */
|
||||
#ifndef NO_UNISTD
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifndef NO_STDLIB
|
||||
#ifdef __STDC__
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Define the _PROTOTYPE macro if it is needed. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user