summaryrefslogtreecommitdiff
path: root/libarchive/test/test_acl_platform_posix1e.c
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/test/test_acl_platform_posix1e.c')
-rw-r--r--libarchive/test/test_acl_platform_posix1e.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/test/test_acl_platform_posix1e.c b/libarchive/test/test_acl_platform_posix1e.c
index 801a7acfc85e..c34f7c2e299d 100644
--- a/libarchive/test/test_acl_platform_posix1e.c
+++ b/libarchive/test/test_acl_platform_posix1e.c
@@ -364,8 +364,8 @@ DEFINE_TEST(test_acl_platform_posix1e_read)
struct archive *a;
struct archive_entry *ae;
int n, fd, flags, dflags;
- char *func, *acl_text;
- const char *acl1_text, *acl2_text, *acl3_text;
+ char *acl_text;
+ const char *func, *acl1_text, *acl2_text, *acl3_text;
#if ARCHIVE_ACL_SUNOS
void *aclp;
int aclcnt;