]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix the setup_acls placeholder used on systems where we don't have
authorTim Kientzle <kientzle@acm.org>
Sat, 21 Apr 2012 19:40:15 +0000 (12:40 -0700)
committerTim Kientzle <kientzle@acm.org>
Sat, 21 Apr 2012 19:40:15 +0000 (12:40 -0700)
system-dependent ACL support yet.

libarchive/archive_read_disk_entry_from_file.c

index 8c6be14f634ba55b02805ca3743a2625359dd144..7987fa5b3b0ba698818fb77dfba0a04531b6a35e 100644 (file)
@@ -642,7 +642,7 @@ translate_acl(struct archive_read_disk *a,
 #else
 static int
 setup_acls(struct archive_read_disk *a,
-    struct archive_entry *entry, int fd)
+    struct archive_entry *entry, int *fd)
 {
        (void)a;      /* UNUSED */
        (void)entry;  /* UNUSED */