X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fset-mode-acl.c;h=ddac4df0e2b573ae14ce6fed30d53288fb967eb2;hb=961ac078171cd229d9eb9c06160e1fbb3239bdd7;hp=c3747a6ed781a62d80c15bbbec96104c5efd7a41;hpb=fafdb60bfbf507120683cfb216251f1e8cb9fca2;p=gnulib.git diff --git a/lib/set-mode-acl.c b/lib/set-mode-acl.c index c3747a6ed..ddac4df0e 100644 --- a/lib/set-mode-acl.c +++ b/lib/set-mode-acl.c @@ -445,7 +445,7 @@ qset_acl (char const *name, int desc, mode_t mode) } return 0; -# elif HAVE_ACLX_GET /* AIX */ +# elif HAVE_ACLX_GET && defined ACL_AIX_WIP /* AIX */ acl_type_list_t types; size_t types_size = sizeof (types); @@ -551,6 +551,7 @@ qset_acl (char const *name, int desc, mode_t mode) } return chmod_or_fchmod (name, desc, mode); + # elif HAVE_STATACL /* older AIX */ union { struct acl a; char room[128]; } u;