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

@ -1631,7 +1631,7 @@ int iso_node_set_acl_text(IsoNode *node, char *acl_text, int flag)
mode_t st_mode;
st_mode = iso_node_get_permissions(node);
if (!(flag & 2)) { /* want to update ACL by st_mode */
if (!(flag & 2)) { /* want not to update ACL by st_mode */
/* >>> validate and rectify text */;