Re: cygwin/acl.h not included from sys/acl.h

2018-10-18 Thread matthew patton via cygwin
https://github.com/tuna/rsync/blob/master/configure.ac#L981 Looks like it was short-circuited to use Solaris ACLs. I'll send the RSYNC guys a patch. Defeating the case statement does pick up Posix ACLs. $ grep -i acl config.status S["LIBS"]="-lacl " D["HAVE_SYS_ACL_H"]=" 1" D["HAVE_ACL_LIBACL_H"

Re: cygwin/acl.h not included from sys/acl.h

2018-10-18 Thread Corinna Vinschen
On Oct 18 08:30, matthew patton via cygwin wrote: > Many of the headers in 'sys' include their counterparts from 'cygwin'. > Why is acl.h special? I see the comment on line 25 but I'm missing the > point, I guess - not seeing the collisions. Not collisions, namespace poisoning. cygwin/acl.h defin