From 3d58b3c8e51f686500fbe08fc5fea947dfa036b4 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 22 Sep 2019 09:47:00 +0000 Subject: Import libarchive-3.3.3 as should have done originally. --- archivers/libarchive/files/libarchive/archive_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/libarchive/files/libarchive/archive_util.c') diff --git a/archivers/libarchive/files/libarchive/archive_util.c b/archivers/libarchive/files/libarchive/archive_util.c index bac9ba1cab1..96d61456d33 100644 --- a/archivers/libarchive/files/libarchive/archive_util.c +++ b/archivers/libarchive/files/libarchive/archive_util.c @@ -140,7 +140,7 @@ archive_compression_name(struct archive *a) /* * Return a count of the number of compressed bytes processed. */ -int64_t +la_int64_t archive_position_compressed(struct archive *a) { return archive_filter_bytes(a, -1); @@ -149,7 +149,7 @@ archive_position_compressed(struct archive *a) /* * Return a count of the number of uncompressed bytes processed. */ -int64_t +la_int64_t archive_position_uncompressed(struct archive *a) { return archive_filter_bytes(a, 0); -- cgit v1.2.3