summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/libarchive/archive_entry_sparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/libarchive/archive_entry_sparse.c')
-rw-r--r--archivers/libarchive/files/libarchive/archive_entry_sparse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/libarchive/files/libarchive/archive_entry_sparse.c b/archivers/libarchive/files/libarchive/archive_entry_sparse.c
index fed74f5121d..74917b37b80 100644
--- a/archivers/libarchive/files/libarchive/archive_entry_sparse.c
+++ b/archivers/libarchive/files/libarchive/archive_entry_sparse.c
@@ -51,7 +51,7 @@ archive_entry_sparse_clear(struct archive_entry *entry)
void
archive_entry_sparse_add_entry(struct archive_entry *entry,
- int64_t offset, int64_t length)
+ la_int64_t offset, la_int64_t length)
{
struct ae_sparse *sp;
@@ -135,7 +135,7 @@ archive_entry_sparse_reset(struct archive_entry * entry)
int
archive_entry_sparse_next(struct archive_entry * entry,
- int64_t *offset, int64_t *length)
+ la_int64_t *offset, la_int64_t *length)
{
if (entry->sparse_p) {
*offset = entry->sparse_p->offset;