Fix some #if vs. #ifdef and remove an extraneous semicolon.

Bug #624; from Daniel Richard G.
This commit is contained in:
Todd C. Miller
2013-11-17 16:15:36 -07:00
parent 6c71ad5c15
commit 99b7351de0
24 changed files with 29 additions and 29 deletions

View File

@@ -40,7 +40,7 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#if TIME_WITH_SYS_TIME
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif
#include <errno.h>