]> Savannah Git Hosting - gnulib.git/commit
acl-permissions: port to USE_ACL==0 platforms
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Jan 2016 19:10:28 +0000 (11:10 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Jan 2016 19:11:09 +0000 (11:11 -0800)
commitcff4b380b8a48071b341af28d93501f5d18b46cb
tree38610a8d57ac7a1998f5215c984852d6e025f26f
parent0433724bb2a1eb7db42181746b79e15ad7a79930
acl-permissions: port to USE_ACL==0 platforms

I ran into this problem when building bleeding-edge GNU Emacs
with gcc -fsanitize=address on Fedora 23.  On this platform
the ACL library does not pass the 'configure' test and Emacs
then does not build due in part to what appear to be typos in the
ACL part of Gnulib.
* lib/acl-internal.c (free_permission_context):
* lib/acl-internal.h (struct permission_context):
Test whether USE_ACL is nonzero, not whether it is defined.
ChangeLog
lib/acl-internal.c
lib/acl-internal.h