From: Martin Matuska Date: Wed, 8 Mar 2017 20:46:27 +0000 (+0100) Subject: Darwin ACL: fix legacy support in tar/test_option_acls.c X-Git-Tag: v3.3.2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71d26ad1b8e9f47f20abb4005a3d5c25ea83e4ab;p=thirdparty%2Flibarchive.git Darwin ACL: fix legacy support in tar/test_option_acls.c Remove ACL_FLAG_DEFER_INHERIT and ACL_FLAG_NO_INHERIT --- diff --git a/tar/test/test_option_acls.c b/tar/test/test_option_acls.c index 5c3fbfd15..bfe2b994b 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,