X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/bf87f4b5b1275a7c0963432aae670d6b19ac6e0d..93de14fb2ac9996d3330d1fce388e75b3b2fb91a:/evdns.c diff --git a/evdns.c b/evdns.c index 6541fc8..e24aacc 100644 --- a/evdns.c +++ b/evdns.c @@ -1,4 +1,4 @@ -/* $Id: evdns.c,v 1.1 2007-11-01 15:46:43 root Exp $ */ +/* $Id: evdns.c,v 1.21 2007-11-08 18:38:52 root Exp $ */ /* The original version of this module was written by Adam Langley; for * a history of modifications, check out the subversion logs. @@ -40,8 +40,10 @@ #endif #ifdef WIN32 +#ifndef EV_STANDALONE #include "misc.h" #endif +#endif /* #define NDEBUG */ @@ -94,7 +96,6 @@ #include #include "evdns.h" -/*#include "log.h"*/ #ifdef WIN32 #include #include @@ -2267,7 +2268,7 @@ int evdns_resolve_reverse(struct in_addr *in, int flags, evdns_callback_type cal } int evdns_resolve_reverse_ipv6(struct in6_addr *in, int flags, evdns_callback_type callback, void *ptr) { - char buf[64]; + char buf[96]; char *cp; struct request *req; int i;