From: David Elliott Date: Mon, 14 Mar 2005 02:15:41 +0000 (+0000) Subject: Dammit, try it again this time actually removing it instead of adding it X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7be8c821b72560937cfb9effbfcf7591d75320a1 Dammit, try it again this time actually removing it instead of adding it again (forgot to give patch the -R). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/gsocket.cpp b/src/unix/gsocket.cpp index 3d3c142421..4c99c3787a 100644 --- a/src/unix/gsocket.cpp +++ b/src/unix/gsocket.cpp @@ -126,28 +126,6 @@ int _System soclose(int); #define SOCKOPTLEN_T SOCKLEN_T #endif -/* - * OSX 10.2 has int args instead of SOCKLENXXX_T - */ -#if defined( __WXMAC__ ) && ( MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2 ) -#undef SOCKOPTLEN_T -#undef SOCKLEN_T -#define SOCKOPTLEN_T int -#define SOCKLEN_T int -#endif - -/* - * OSX 10.2 has int args instead of SOCKLENXXX_T - */ -#if defined( __WXMAC__ ) || defined ( __WXCOCOA__ ) -# if ( MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2 ) -# undef SOCKOPTLEN_T -# undef SOCKLEN_T -# define SOCKOPTLEN_T int -# define SOCKLEN_T int -# endif -#endif - /* * MSW defines this, Unices don't. */