[Cmake-commits] [cmake-commits] hoffman committed select.c 1.2 1.2.12.1
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Nov 4 15:16:47 EST 2008
Update of /cvsroot/CMake/CMake/Utilities/cmcurl
In directory public:/mounts/ram/cvs-serv11564/Utilities/cmcurl
Modified Files:
Tag: CMake-2-6
select.c
Log Message:
ENH: merge in the rest of the haiku changes
Index: select.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/select.c,v
retrieving revision 1.2
retrieving revision 1.2.12.1
diff -C 2 -d -r1.2 -r1.2.12.1
*** select.c 15 Mar 2007 19:22:13 -0000 1.2
--- select.c 4 Nov 2008 20:16:45 -0000 1.2.12.1
***************
*** 40,44 ****
#endif
! #ifdef __BEOS__
/* BeOS has FD_SET defined in socket.h */
#include <socket.h>
--- 40,44 ----
#endif
! #if defined(__BEOS__) && !defined(__HAIKU__)
/* BeOS has FD_SET defined in socket.h */
#include <socket.h>
More information about the Cmake-commits
mailing list