[Cmake-commits] [cmake-commits] king committed archive_windows.h 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 10 16:27:44 EST 2009


Update of /cvsroot/CMake/CMake/Utilities/cmlibarchive/libarchive
In directory public:/mounts/ram/cvs-serv23066/Utilities/cmlibarchive/libarchive

Modified Files:
	archive_windows.h 
Log Message:
libarchive: Borland provides umask, not _umask


Index: archive_windows.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/libarchive/archive_windows.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** archive_windows.h	8 Nov 2009 20:10:34 -0000	1.5
--- archive_windows.h	10 Nov 2009 21:27:42 -0000	1.6
***************
*** 128,132 ****
--- 128,134 ----
  #endif
  #define tzset       _tzset
+ #ifndef __BORLANDC__
  #define umask       _umask
+ #endif
  #define unlink      __la_unlink
  #define utimes      __la_utimes



More information about the Cmake-commits mailing list