From 3f5a64015c34e525c73ccda17d5e300c58ee7505 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 8 Jun 2008 20:33:08 +0200 Subject: Add support for AIX ACLs. --- lib/acl-internal.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/acl-internal.h') diff --git a/lib/acl-internal.h b/lib/acl-internal.h index af7396e92a..74d67aeb8c 100644 --- a/lib/acl-internal.h +++ b/lib/acl-internal.h @@ -185,6 +185,16 @@ extern int acl_ace_nontrivial (int count, ace_t *entries); Return 0 if it is trivial, i.e. equivalent to a simple stat() mode. */ extern int acl_nontrivial (int count, struct acl_entry *entries, struct stat *sb); +# elif HAVE_ACLX_GET && 0 /* AIX */ + +/* TODO */ + +# elif HAVE_STATACL /* older AIX */ + +/* Return 1 if the given ACL is non-trivial. + Return 0 if it is trivial, i.e. equivalent to a simple stat() mode. */ +extern int acl_nontrivial (struct acl *a); + # endif #endif -- cgit v1.2.1