[svn] Use the new function retryable_socket_connect_error instead of the

CONNECT_ERROR macro.
This commit is contained in:
hniksic
2003-11-13 14:27:38 -08:00
parent 1cfde0c27d
commit 509154dc81
6 changed files with 41 additions and 28 deletions

View File

@@ -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 {