]> Pileus Git - ~andy/fetchmail/blobdiff - fetchmail.c
Sunil Shetye's fix for SSL configuration.
[~andy/fetchmail] / fetchmail.c
index 2901bb67dd2cc0c3023aca2dd7cbe37f732be643..fd0936901a271a4002fa3a10c98a4885d79f98cc 100644 (file)
@@ -25,7 +25,6 @@
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/time.h>  /* needed for Sun 4.1.2 */
 #ifdef HAVE_SETRLIMIT
 #include <sys/resource.h>
 #endif /* HAVE_SETRLIMIT */
@@ -99,7 +98,6 @@ static void dropprivs(void)
 #endif
 
 #if defined(HAVE_SETLOCALE) && defined(ENABLE_NLS) && defined(HAVE_STRFTIME)
-#include <time.h>
 #include <locale.h>
 static char *timestamp (void)
 {