summaryrefslogtreecommitdiff
path: root/tar
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2017-03-08 21:46:27 +0100
committerMartin Matuska <martin@matuska.org>2017-03-08 21:46:27 +0100
commit71d26ad1b8e9f47f20abb4005a3d5c25ea83e4ab (patch)
tree5c24be82193fd2c858f85107aa3688a16d03ebbd /tar
parent1a1be097da6c042a83fff26bdce361101bb869c8 (diff)
downloadlibarchive-71d26ad1b8e9f47f20abb4005a3d5c25ea83e4ab.tar.gz
Darwin ACL: fix legacy support in tar/test_option_acls.c
Remove ACL_FLAG_DEFER_INHERIT and ACL_FLAG_NO_INHERIT
Diffstat (limited to 'tar')
-rw-r--r--tar/test/test_option_acls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tar/test/test_option_acls.c b/tar/test/test_option_acls.c
index 5c3fbfd1..bfe2b994 100644
--- a/tar/test/test_option_acls.c
+++ b/tar/test/test_option_acls.c
@@ -73,8 +73,6 @@ static const acl_perm_t acl_perms[] = {
#if HAVE_DARWIN_ACL || HAVE_FREEBSD_NFS4_ACL
static const acl_flag_t acl_flags[] = {
#if HAVE_DARWIN_ACL
- ACL_FLAG_DEFER_INHERIT,
- ACL_FLAG_NO_INHERIT,
ACL_ENTRY_INHERITED,
ACL_ENTRY_FILE_INHERIT,
ACL_ENTRY_DIRECTORY_INHERIT,