fix warning about redefined symbol
authorDaniel Stenberg <daniel@haxx.se>
Sat, 14 May 2005 21:15:36 +0000 (21:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 14 May 2005 21:15:36 +0000 (21:15 +0000)
lib/connect.c

index 4ab7af2..8799ba2 100644 (file)
@@ -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