mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
[svn] Use the new function retryable_socket_connect_error instead of the
CONNECT_ERROR macro.
This commit is contained in:
@@ -56,7 +56,7 @@ enum {
|
||||
};
|
||||
int socket_ip_address PARAMS ((int, ip_address *, int));
|
||||
|
||||
int unsupported_socket_family_error PARAMS ((int));
|
||||
int retryable_socket_connect_error PARAMS ((int));
|
||||
|
||||
/* Flags for select_fd's WAIT_FOR argument. */
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user