sockets are curl_socket_t to build cleaner
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Sep 2005 10:39:01 +0000 (10:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Sep 2005 10:39:01 +0000 (10:39 +0000)
lib/tftp.c

index bf50a80..4cdbdc2 100644 (file)
@@ -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;