From: Kurt Zeilenga Date: Mon, 31 May 1999 05:37:09 +0000 (+0000) Subject: Remove redundant WSAEWOULDBLOCK declaration. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~465 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9417618276bea1edb7c68d27a0f2ad2c97165b53;p=openldap Remove redundant WSAEWOULDBLOCK declaration. --- diff --git a/include/ac/socket.h b/include/ac/socket.h index d076763146..501426b135 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -105,8 +105,4 @@ #endif /* __alpha && !VMS */ -#if defined( WSAEWOULDBLOCK ) -#define EWOULDBLOCK WSAEWOULDBLOCK -#endif - #endif /* _AC_SOCKET_H_ */