]> git.eshelyaron.com Git - emacs.git/commit
Port file-acl errno checking to non-GNU
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Oct 2019 16:53:53 +0000 (09:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Oct 2019 16:54:25 +0000 (09:54 -0700)
commit8ad41af3a1a651e11c270b9bccc838aed5d0e0e7
treea4ed7d4257347725431e03349b71333aedb815db
parent9d829b8be5b86668d5165b9d0c0cdc392b558dd3
Port file-acl errno checking to non-GNU

Problem reported privately for FreeBSD 12 by Ashish Shukla.
* src/fileio.c (Ffile_acl): Treat EINVAL etc. like ENOTSUP if
acl_get_file fails, to port to FreeBSD 12 and other non-GNU
platforms.
src/fileio.c