From: Tim Kientzle Date: Fri, 19 Aug 2011 05:50:47 +0000 (-0400) Subject: Fix build on VS2005. X-Git-Tag: v3.0.0a~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=890b4907bb50df3dfd3f5a1b3e31def3f19f6958;p=thirdparty%2Flibarchive.git Fix build on VS2005. SVN-Revision: 3641 --- diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h index d478626cd..756a778cb 100644 --- a/libarchive/archive_entry.h +++ b/libarchive/archive_entry.h @@ -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.