Skip to content
Snippets Groups Projects
Commit c0557d5f authored by deuce's avatar deuce
Browse files

Fix logic

parent df386b6c
No related branches found
No related tags found
No related merge requests found
...@@ -401,7 +401,7 @@ int conn_socket_connect(struct bbslist *bbs) ...@@ -401,7 +401,7 @@ int conn_socket_connect(struct bbslist *bbs)
case EINTR: case EINTR:
case EAGAIN: case EAGAIN:
#if (!defined(EAGAIN) && defined(EWOULDBLOCK)) && (EAGAIN!=EWOULDBLOCK) #if (!defined(EAGAIN) && defined(EWOULDBLOCK)) || (EAGAIN!=EWOULDBLOCK)
case EWOULDBLOCK: case EWOULDBLOCK:
#endif #endif
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment