]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix build on VS2005.
authorTim Kientzle <kientzle@gmail.com>
Fri, 19 Aug 2011 05:50:47 +0000 (01:50 -0400)
committerTim Kientzle <kientzle@gmail.com>
Fri, 19 Aug 2011 05:50:47 +0000 (01:50 -0400)
SVN-Revision: 3641

libarchive/archive_entry.h

index d478626cde4cafcc62ab85ebb73c5c3339e61f08..756a778cbc01668e34183881eb24026aa82d5492 100644 (file)
@@ -519,7 +519,7 @@ __LA_DECL int       archive_entry_xattr_next(struct archive_entry *,
 
 __LA_DECL void  archive_entry_sparse_clear(struct archive_entry *);
 __LA_DECL void  archive_entry_sparse_add_entry(struct archive_entry *,
-           int64_t /* offset */, int64_t /* length */);
+           __LA_INT64_T /* offset */, __LA_INT64_T /* length */);
 
 /*
  * To retrieve the xattr list, first "reset", then repeatedly ask for the
@@ -529,7 +529,7 @@ __LA_DECL void       archive_entry_sparse_add_entry(struct archive_entry *,
 __LA_DECL int  archive_entry_sparse_count(struct archive_entry *);
 __LA_DECL int  archive_entry_sparse_reset(struct archive_entry *);
 __LA_DECL int  archive_entry_sparse_next(struct archive_entry *,
-           int64_t * /* offset */, int64_t * /* length */);
+           __LA_INT64_T * /* offset */, __LA_INT64_T * /* length */);
 
 /*
  * Utility to match up hardlinks.