Introduced generic ACL-EA-system adapter aaip-os-dummy.c

which steps in at compile time if neither __FreeBSD__ nor __linux is defined.
This commit is contained in:
2009-01-29 10:52:08 +01:00
parent 6dee6e4c20
commit 9f60c75f08
5 changed files with 104 additions and 3 deletions

View File

@@ -483,7 +483,8 @@ int aaip_set_acl_text(char *path, char *text, int flag);
-3 error with setting ACL
-4 error with setting attribute
-5 error with deleting attributes
-6 support of xattr not enabled at compile time
-7 support of ACL not enabled at compile time
*/
int aaip_set_attr_list(char *path, size_t num_attrs, char **names,
size_t *value_lengths, char **values, int flag);