diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-02 22:58:09 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-02 22:58:09 +0000 |
commit | bdf17244128fc1c8c5b47273b1f3a6148015b079 (patch) | |
tree | ca0da4c9ae40b4eee4c767679e30974c90c25003 /lib/hostip.h | |
parent | 9cea2dfb8fc65868d054a87041feb6f778918fc3 (diff) | |
download | curl-bdf17244128fc1c8c5b47273b1f3a6148015b079.tar.gz |
take 2 at fixing compiler warning: argument might be clobbered by `longjmp' or `vfork'
Diffstat (limited to 'lib/hostip.h')
-rw-r--r-- | lib/hostip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip.h b/lib/hostip.h index 08545d94e..593d2c5dc 100644 --- a/lib/hostip.h +++ b/lib/hostip.h @@ -166,7 +166,7 @@ int Curl_resolv(struct connectdata *conn, const char *hostname, int port, struct Curl_dns_entry **dnsentry); int Curl_resolv_timeout(struct connectdata *conn, const char *hostname, int port, struct Curl_dns_entry **dnsentry, - volatile long timeout); + long timeoutms); /* * Curl_ipvalid() checks what CURL_IPRESOLVE_* requirements that might've |