diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-24 23:33:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-24 23:33:27 +0000 |
commit | 736961ffceeb392f55eeecbcb7b5b88344c1a800 (patch) | |
tree | 3ad57af7be1824de3f5f4ad352fe3712e6892613 /fetchmail.c | |
parent | 1aa5b7ad191fe589eb7b9bd8256d55c925185a1e (diff) | |
download | fetchmail-736961ffceeb392f55eeecbcb7b5b88344c1a800.tar.gz fetchmail-736961ffceeb392f55eeecbcb7b5b88344c1a800.tar.bz2 fetchmail-736961ffceeb392f55eeecbcb7b5b88344c1a800.zip |
No socket code at all in fetchmail.c now.
svn path=/trunk/; revision=3485
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 7ff33f25..e412e33d 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -31,10 +31,6 @@ #endif /* HAVE_SETRLIMIT */ #include <sys/utsname.h> -#ifdef HAVE_NET_SOCKET_H -#include <net/socket.h> -#endif - #include "getopt.h" #include "fetchmail.h" #include "socket.h" |