Re: [PATCH] acl-permissions: Fix build on Solaris and Cygwin

2015-05-29 Thread Andreas Grünbacher
2015-05-29 21:01 GMT+02:00 Tom G. Christensen : > I can confirm this fixes the build on Solaris. That was fast, thank you. Andreas

Re: [PATCH] acl-permissions: Fix build on Solaris and Cygwin

2015-05-29 Thread Tom G. Christensen
On 29/05/15 19:56, Andreas Gruenbacher wrote: Reported by Tom G. Christensen : * lib/set-permissions.c (set_acls): The count, entries, ace_count, and ace_entries variables have moved into struct permission_context but they were still accessed as local vraiables here. --- lib/set-permissions.c |

[PATCH] acl-permissions: Fix build on Solaris and Cygwin

2015-05-29 Thread Andreas Gruenbacher
Reported by Tom G. Christensen : * lib/set-permissions.c (set_acls): The count, entries, ace_count, and ace_entries variables have moved into struct permission_context but they were still accessed as local vraiables here. --- lib/set-permissions.c | 12 ++-- 1 file changed, 6 insertions(+)