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

@@ -45,7 +45,7 @@
#include <signal.h>
#include <errno.h>
#include <fcntl.h>
#if TIME_WITH_SYS_TIME
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif