]> granicus.if.org Git - curl/commitdiff
waitconnect() takes the timeout argument as a long
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Mar 2004 11:36:47 +0000 (11:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Mar 2004 11:36:47 +0000 (11:36 +0000)
lib/connect.c

index 3de043b94857257bf8d7f8332dc49e8fbdc4cc77..1aedcbfcf073b465746bad03711e87cc297f0aaf 100644 (file)
@@ -169,7 +169,7 @@ int Curl_nonblock(int sockfd,    /* operate on this */
  */
 static
 int waitconnect(int sockfd, /* socket */
-                int timeout_msec)
+                long timeout_msec)
 {
   fd_set fd;
   fd_set errfd;