1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

fix compiler warning: variable' might be clobbered by longjmp' or `vfork'

This commit is contained in:
Yang Tse 2008-10-02 14:42:57 +00:00
parent 26a651f7ae
commit 00dec36c72

View File

@ -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,
long timeout);
volatile long timeout);
/*
* Curl_ipvalid() checks what CURL_IPRESOLVE_* requirements that might've