aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-31 06:04:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-31 06:04:48 +0000
commit2fe3c221085e850f4c162965a8309a091dfc45cc (patch)
tree60be821574b8336768fc85d93cfc1b6a886b0410
parent75dbb3189aa1e0399a84fed966273d6ce53b40e6 (diff)
use it as 'struct addrinfo' so perhaps it builds on mingw again
-rw-r--r--lib/hostthre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostthre.c b/lib/hostthre.c
index 7687038f2..13761c587 100644
--- a/lib/hostthre.c
+++ b/lib/hostthre.c
@@ -350,7 +350,7 @@ static unsigned __stdcall getaddrinfo_thread (void *arg)
struct addrinfo *res;
char service [NI_MAXSERV];
int rc;
- addrinfo hints = td->hints;
+ struct addrinfo hints = td->hints;
/* Duplicate the passed mutex handle.
* This allows us to use it even after the container gets destroyed