]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Make definitions, which I recently added, in archive.h portable.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 17 Feb 2012 02:09:14 +0000 (11:09 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 17 Feb 2012 02:09:14 +0000 (11:09 +0900)
libarchive/archive.h

index 0d2783f13d8f87dc0f059a41e0e944c0df4f0859..bf2875f0d6fc8813ca3ba3a4b9b87b21f87ebd31 100644 (file)
@@ -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 *);