mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Merge topic 'update-libarchive'
6c611c6libarchive: Restore CMake 2.6.3 as minimum version2f5b677libarchive: Update README-CMake.txt for new snapshot156cb3bMerge branch 'libarchive-upstream' into update-libarchivefd42bf1libarchive: Set .gitattributes to allow trailing whitespace4f4fe6elibarchive 3.0.2-r4051 (reduced)65b6e19libarchive: Avoid bogus conversion warning from PGI compiler9ccaeb1libarchive: Suppress PathScale compiler warnings2309438libarchive: Rename isoent_rr_move_dir parameter isoent => curentb6ca96elibarchive: Include linux/types.h before linux/fiemap.hf293b73libarchive: Define _XOPEN_SOURCE=500 on HP-UX6781a09libarchive: Cleanup after ZLIB_WINAPI checkf15d757libarchive: Remove hard-coded build configuration3a9f449libarchive: Use Apple copyfile.h API only if available6af6b96libarchive: Do not use MNT_NOATIME if not defined02d5e40libarchive: Check for 'struct statvfs' member 'f_iosize'8b7ee30libarchive: Do not use ST_NOATIME if not defined ...
This commit is contained in:
@@ -1866,7 +1866,11 @@ long copy_data(struct archive *ar, struct archive *aw)
|
||||
long r;
|
||||
const void *buff;
|
||||
size_t size;
|
||||
#if defined(ARCHIVE_VERSION_NUMBER) && ARCHIVE_VERSION_NUMBER >= 3000000
|
||||
__LA_INT64_T offset;
|
||||
#else
|
||||
off_t offset;
|
||||
#endif
|
||||
|
||||
for (;;)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user