From bdf17244128fc1c8c5b47273b1f3a6148015b079 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 2 Oct 2008 22:58:09 +0000 Subject: take 2 at fixing compiler warning: argument might be clobbered by `longjmp' or `vfork' --- lib/hostip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hostip.h') 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 -- cgit v1.2.3