1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

removed the win32 EINPROGRESS define, that wouldn't work anyway

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1049 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-02 05:55:36 +00:00 committed by cras
parent ebeb48d307
commit 806e1f0765

View File

@ -26,10 +26,6 @@
# define INADDR_NONE INADDR_BROADCAST
#endif
#ifndef EINPROGRESS
# define EINPROGESS 0 /* win32 */
#endif
union sockaddr_union {
struct sockaddr sa;
struct sockaddr_in sin;