[Wheat-cvs] r1/ptypes/include pinet.h,1.3,1.4
Status: Pre-Alpha
Brought to you by:
mark_lentczner
From: Mark L. <mar...@us...> - 2005-06-23 06:43:07
|
Update of /cvsroot/wheat/r1/ptypes/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22462/ptypes/include Modified Files: pinet.h Log Message: Changes to appease gcc4.0 Index: pinet.h =================================================================== RCS file: /cvsroot/wheat/r1/ptypes/include/pinet.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- pinet.h 13 Apr 2004 16:54:50 -0000 1.3 +++ pinet.h 23 Jun 2005 06:42:57 -0000 1.4 @@ -117,7 +117,7 @@ #endif -#if defined(__DARWIN__) || defined(WIN32) +#if (defined(__DARWIN__) && !defined(_SOCKLEN_T)) || defined(WIN32) typedef int psocklen; #else typedef socklen_t psocklen; |