]> git.llucax.com Git - software/libev.git/blobdiff - evdns.c
*** empty log message ***
[software/libev.git] / evdns.c
diff --git a/evdns.c b/evdns.c
index 6541fc888e878f8488e47a89af4a122f34e62fe2..ac236d36f945b28c7d4b14ef6f5ecbb2ff63515f 100644 (file)
--- 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.18 2007-11-06 17:20:42 root Exp $ */
 
 /* The original version of this module was written by Adam Langley; for
  * a history of modifications, check out the subversion logs.
 #endif
 
 #ifdef WIN32
+#ifndef EV_STANDALONE
 #include "misc.h"
 #endif
+#endif
 
 /* #define NDEBUG */
 
@@ -94,7 +96,6 @@
 #include <stdarg.h>
 
 #include "evdns.h"
-/*#include "log.h"*/
 #ifdef WIN32
 #include <windows.h>
 #include <winsock2.h>
@@ -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;