]> git.ipfire.org Git - thirdparty/libarchive.git/commit
replace time64 functions with normal ones (#1830)
authorRosen Penev <rosenp@gmail.com>
Mon, 9 Jan 2023 14:15:55 +0000 (06:15 -0800)
committerGitHub <noreply@github.com>
Mon, 9 Jan 2023 14:15:55 +0000 (15:15 +0100)
commit0348e24bab24cc46642d29e3ceab64df22553298
treee9d44e90d33989a413c9b726aa3b9d302949d142
parent2e9bcba70685383426ad42c8856c50ce3214ae24
replace time64 functions with normal ones (#1830)

Otherwise there are 32/64-bit pointer conversions going on. In Windows
since MSVC2005, time_t has been 64-bit. MinGW needs a hack to get 64-bit
time_t.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 files changed:
CMakeLists.txt
build/cmake/config.h.in
configure.ac
contrib/android/config/windows_host.h
cpio/cpio.c
cpio/test/test_option_t.c
libarchive/archive_getdate.c
libarchive/archive_read_support_format_iso9660.c
libarchive/archive_read_support_format_rar.c
libarchive/archive_read_support_format_warc.c
libarchive/archive_read_support_format_xar.c
libarchive/archive_write_set_format_iso9660.c
libarchive/archive_write_set_format_warc.c
libarchive/archive_write_set_format_xar.c
libarchive/archive_write_set_format_zip.c
libarchive/test/test_write_format_zip_compression_store.c
libarchive/test/test_write_format_zip_file.c
libarchive/test/test_write_format_zip_file_zip64.c
tar/util.c
test_utils/test_main.c