diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-17 21:26:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-17 21:26:31 +0000 |
commit | 19c8bf41af47ef55aa65f67793661e86d4fc640d (patch) | |
tree | 43ce22a5aeb8aa8b0dda205400d21ffb8ed29b1a /fetchmail.c | |
parent | 4f93d4e0b9252227d1b204b4e6fbc85e96df6df0 (diff) | |
download | fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.tar.gz fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.tar.bz2 fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.zip |
More portation changes.
svn path=/trunk/; revision=1362
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fetchmail.c b/fetchmail.c index 883a1b8e..60b0ed17 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -33,10 +33,6 @@ #include <netdb.h> #endif /* HAVE_GETHOSTBYNAME */ -#ifdef SUNOS -#include <stdlib.h> -#endif - #include "fetchmail.h" #include "tunable.h" #include "smtp.h" |