[Cmake-commits] [cmake-commits] hoffman committed select.c 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 15 18:23:40 EDT 2008


Update of /cvsroot/CMake/CMake/Utilities/cmcurl
In directory public:/mounts/ram/cvs-serv957/Utilities/cmcurl

Modified Files:
	select.c 
Log Message:
ENH: missed this one, cmake now bootstraps on HAIKU


Index: select.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/select.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** select.c	15 Mar 2007 19:22:13 -0000	1.2
--- select.c	15 Sep 2008 22:23:37 -0000	1.3
***************
*** 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