From b715de93a6d773c9ff0c32340f734e27469f2e71 Mon Sep 17 00:00:00 2001 From: David Webster Date: Thu, 21 Oct 2004 13:58:08 +0000 Subject: [PATCH] Removed temp OS/2 fix. Header now fixed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/gsocket.cpp | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.45.2