]> Savannah Git Hosting - gnulib.git/commit
file-has-acl: fix build on Mac OS X 10
authorPádraig Brady <P@draigBrady.com>
Mon, 1 Jun 2015 23:53:48 +0000 (00:53 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 2 Jun 2015 00:12:34 +0000 (01:12 +0100)
commit98aa8776dd2b510b7f777870fb76b17fd88abbef
treee259156b394d24fa1fd57b3c839cb8fae49aa552
parent41834ff16b8a49bff7575c731600d3dfb1cd31e1
file-has-acl: fix build on Mac OS X 10

This reverts commit f1b37e3a which doesn't work on Mac OS X >= 10.4
which has an incompatible 6 parameter getxattr() call.

* doc/glibc-functions/getxattr.texi: Mention the divergent getxattr()
call on Mac OS X >= 10.4.
* doc/glibc-functions/fgetxattr.texi: Likewise.
* lib/file-has-acl.c: Revert to more complete combined check.
* m4/acl.m4 (gl_FILE_HAS_ACL): Likewise.
Reported by Jack Howarth.
ChangeLog
doc/glibc-functions/fgetxattr.texi
doc/glibc-functions/getxattr.texi
lib/file-has-acl.c
m4/acl.m4