[Cmake-commits] [cmake-commits] king committed config.h.in 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 4 16:06:38 EST 2009


Update of /cvsroot/CMake/CMake/Utilities/cmlibarchive/build/cmake
In directory public:/mounts/ram/cvs-serv30908/Utilities/cmlibarchive/build/cmake

Modified Files:
	config.h.in 
Log Message:
libarchive: Fix dev_t configuration


Index: config.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/build/cmake/config.h.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** config.h.in	4 Nov 2009 21:06:26 -0000	1.4
--- config.h.in	4 Nov 2009 21:06:34 -0000	1.5
***************
*** 667,670 ****
--- 667,673 ----
  #cmakedefine mode_t ${mode_t}
  
+ /* Define to `unsigned int' if <sys/types.h> does not define. */
+ #cmakedefine dev_t ${dev_t}
+ 
  /* Define to `long long' if <sys/types.h> does not define. */
  #cmakedefine off_t ${off_t}



More information about the Cmake-commits mailing list