r14697@catbus: nickm | 2007-08-19 13:24:39 -0400

Remove redundant typedef of socklen_t in evdns.c: On windows, it is already defined by autoconf in config.h.


svn:r398
This commit is contained in:
Nick Mathewson 2007-08-19 17:25:52 +00:00
parent 67947ce381
commit 3d2320b218

View File

@ -109,10 +109,6 @@
#include <netinet/in6.h>
#endif
#ifdef WIN32
typedef int socklen_t;
#endif
#define EVDNS_LOG_DEBUG 0
#define EVDNS_LOG_WARN 1