]> git.sur5r.net Git - openldap/commitdiff
Remove redundant WSAEWOULDBLOCK declaration.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 31 May 1999 05:37:09 +0000 (05:37 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 31 May 1999 05:37:09 +0000 (05:37 +0000)
include/ac/socket.h

index d0767631467726cd511ac38668daf8383a063364..501426b135a316c59d7d683de4b14811e324fb66 100644 (file)
 #endif /* __alpha && !VMS */
 
 
-#if defined( WSAEWOULDBLOCK )
-#define EWOULDBLOCK WSAEWOULDBLOCK
-#endif
-
 #endif /* _AC_SOCKET_H_ */