Get rid of bogus #ifdef's.

This commit is contained in:
Steve Price 1996-11-04 04:36:31 +00:00
parent 485f6985a7
commit f542f7ff84
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19383

View File

@ -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. */