Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/setfacl.c')
-rw-r--r--winsup/utils/setfacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c
index beff05ec7..9051fb355 100644
--- a/winsup/utils/setfacl.c
+++ b/winsup/utils/setfacl.c
@@ -385,7 +385,7 @@ setfacl (action_t action, const char *path, aclent_t *acls, int cnt)
default:
if ((lcnt = acl (path, GETACL, MAX_ACL_ENTRIES, lacl)) < 0
|| (lcnt = modacl (lacl, lcnt, acls, cnt)) < 0
- || (lcnt = addmissing (lacl, lcnt) < 0)
+ || (lcnt = addmissing (lacl, lcnt)) < 0
|| (lcnt = acl (path, SETACL, lcnt, lacl)) < 0)
{
perror (prog_name);