From 944af98be677d87999d3f8ccd3b8a322defb86ac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 14 May 2005 21:15:36 +0000 Subject: fix warning about redefined symbol --- lib/connect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/connect.c b/lib/connect.c index 4ab7af2bd..8799ba2df 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -143,6 +143,7 @@ int Curl_nonblock(curl_socket_t sockfd, /* operate on this */ return fcntl(sockfd, F_SETFL, flags | O_NONBLOCK); else return fcntl(sockfd, F_SETFL, flags & (~O_NONBLOCK)); +#undef SETBLOCK #define SETBLOCK 1 #endif -- cgit v1.2.3