diff options
author | Brad King <brad.king@kitware.com> | 2011-12-20 18:53:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-12-23 21:04:58 (GMT) |
commit | 7dba0d668f4abcf39b3b828d89ea813ebc316152 (patch) | |
tree | d9e1c456d23e7fe3e6f122b78c75d7df27b96f3d /Utilities/cmlibarchive/libarchive/archive_entry.h | |
parent | 0f7a85349a101e98de178e319f9df2a08c37c453 (diff) | |
download | CMake-7dba0d668f4abcf39b3b828d89ea813ebc316152.zip CMake-7dba0d668f4abcf39b3b828d89ea813ebc316152.tar.gz CMake-7dba0d668f4abcf39b3b828d89ea813ebc316152.tar.bz2 |
libarchive: Port to OSF operating system
Make changes equivalent to those originally made by commits
bd56626a (Fixes for the OSF operating system build, 2010-09-08)
92c082b1 (Add a fix for the inline keyword on the osf os, 2010-09-10)
but based on the updated libarchive snapshot.
Diffstat (limited to 'Utilities/cmlibarchive/libarchive/archive_entry.h')
-rw-r--r-- | Utilities/cmlibarchive/libarchive/archive_entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmlibarchive/libarchive/archive_entry.h b/Utilities/cmlibarchive/libarchive/archive_entry.h index fcd7657..906779a 100644 --- a/Utilities/cmlibarchive/libarchive/archive_entry.h +++ b/Utilities/cmlibarchive/libarchive/archive_entry.h @@ -64,7 +64,7 @@ # endif #else #include <unistd.h> -# if defined(_SCO_DS) +# if defined(_SCO_DS) || defined(__osf__) # define __LA_INT64_T long long # else # define __LA_INT64_T int64_t |