From 576be36249407e0450f507676a49cc5630ba6532 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 8 Mar 2004 11:36:47 +0000
Subject: [PATCH] waitconnect() takes the timeout argument as a long

---
 lib/connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/connect.c b/lib/connect.c
index 3de043b948..1aedcbfcf0 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -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;
-- 
GitLab