From: Michihiro NAKAJIMA Date: Fri, 17 Feb 2012 02:09:14 +0000 (+0900) Subject: Make definitions, which I recently added, in archive.h portable. X-Git-Tag: v3.0.4~2^2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63694f872fa5969cb23412aae67241b2f75b6a9f;p=thirdparty%2Flibarchive.git Make definitions, which I recently added, in archive.h portable. --- diff --git a/libarchive/archive.h b/libarchive/archive.h index 0d2783f13..bf2875f0d 100644 --- a/libarchive/archive.h +++ b/libarchive/archive.h @@ -919,8 +919,8 @@ __LA_DECL int archive_match_exclude_entry(struct archive *, __LA_DECL int archive_match_owner_excluded(struct archive *, struct archive_entry *); /* Add inclusion uid, gid, uname and gname. */ -__LA_DECL int archive_match_include_uid(struct archive *, int64_t); -__LA_DECL int archive_match_include_gid(struct archive *, int64_t); +__LA_DECL int archive_match_include_uid(struct archive *, __LA_INT64_T); +__LA_DECL int archive_match_include_gid(struct archive *, __LA_INT64_T); __LA_DECL int archive_match_include_uname(struct archive *, const char *); __LA_DECL int archive_match_include_uname_w(struct archive *, const wchar_t *);