]> Savannah Git Hosting - gnulib.git/commit
acl-permissions: port to older AIX, C89 HP-UX
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2015 14:50:51 +0000 (07:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2015 14:51:41 +0000 (07:51 -0700)
commitfa214897526d2822e88175fd840cf08ca3e6ba81
tree0c4663564171d6e78439d2ccd5e240159c361d74
parentb287b621969d5a3f56058ff01e554839814da4e1
acl-permissions: port to older AIX, C89 HP-UX

* lib/get-permissions.c (get_permissions):
If USE_ACL && HAVE_GETACL /* HP-UX */, don't assume C99.
If USE_ACL && HAVE_STATACL /* older AIX */, add missing decl
that broke a build, reported by Michael Felt.
ChangeLog
lib/get-permissions.c