X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bc1c74e841072ad092e23034ff3ae5f137719a..6632a38a9bd0f91ce9e1bfd5a9e4ce592a0de67d:/src/unix/gsocket.cpp diff --git a/src/unix/gsocket.cpp b/src/unix/gsocket.cpp index ea83e5f4f9..d7bb9362d3 100644 --- a/src/unix/gsocket.cpp +++ b/src/unix/gsocket.cpp @@ -478,11 +478,7 @@ GSocketError GSocket::SetServer() m_error = GSOCK_IOERR; return GSOCK_IOERR; } -#if defined(__EMX__) || defined(__VISAGECPP__) - ioctl(m_fd, FIONBIO, (char*)&arg, sizeof(arg)); -#else ioctl(m_fd, FIONBIO, &arg); -#endif gs_gui_functions->Enable_Events(this); /* allow a socket to re-bind if the socket is in the TIME_WAIT