From: Daniel Stenberg Date: Tue, 6 Sep 2005 10:39:01 +0000 (+0000) Subject: sockets are curl_socket_t to build cleaner X-Git-Tag: curl-7_15_0~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8b77477c7c12ce800accb7399c0e4c2b18df794;p=curl sockets are curl_socket_t to build cleaner --- diff --git a/lib/tftp.c b/lib/tftp.c index bf50a80ef..4cdbdc22e 100644 --- a/lib/tftp.c +++ b/lib/tftp.c @@ -147,7 +147,7 @@ typedef struct tftp_state_data { tftp_mode_t mode; tftp_error_t error; struct connectdata *conn; - int sockfd; + curl_socket_t sockfd; int retries; int retry_time; int retry_max;