Suppress ACL ops if configured with --disable-acl
commit0a289d38b5b6aed734040314621b3f84200140df
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Feb 2016 23:01:44 +0000 (9 15:01 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Feb 2016 23:02:59 +0000 (9 15:02 -0800)
treefd55896e18ad443142a9d57985ff113ff967a975
parent1a9dbf52d1ce016d38e67ec627ee91b6dac8010f
Suppress ACL ops if configured with --disable-acl

Without this patch, some ACL operations were suppressed, but not all.
* src/fileio.c [!USE_ACL]: Do not include sys/acl.h.
(Ffile_acl, Fset_file_acl) [!USE_ACL]: Return nil in this case.
src/fileio.c