]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 14 Sep 2006 06:47:14 +0000 (06:47 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 14 Sep 2006 06:47:14 +0000 (06:47 +0000)
include/ac/socket.h

index 384a80aa3b71e313b310f63d5453b203508d813d..8522f76f9063e1e0ff80c1a087f26298c7b34f0c 100644 (file)
 
 #undef sock_errno
 #undef sock_errstr
+#undef sock_errset
 #define        sock_errno()    WSAGetLastError()
 #define        sock_errstr(e)  ber_pvt_wsa_err2string(e)
 #define        sock_errset(e)  WSASetLastError(e)