[Cmake-commits] [cmake-commits] zach.mullen committed archive_entry.c 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Nov 5 15:48:52 EST 2009


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

Modified Files:
	archive_entry.c 
Log Message:
Fix linker errors for libarchive in AIX as well.


Index: archive_entry.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/libarchive/archive_entry.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** archive_entry.c	5 Nov 2009 19:06:45 -0000	1.3
--- archive_entry.c	5 Nov 2009 20:48:50 -0000	1.4
***************
*** 30,34 ****
  #include <sys/stat.h>
  #endif
! #if defined(__sun)
  #include <sys/types.h>
  #include <sys/mkdev.h>
--- 30,34 ----
  #include <sys/stat.h>
  #endif
! #if defined(__sun) || defined(_AIX)
  #include <sys/types.h>
  #include <sys/mkdev.h>



More information about the Cmake-commits mailing list