]> Savannah Git Hosting - gnulib.git/commit
acl-permissions: more porting to AIX
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2015 18:47:37 +0000 (11:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Jun 2015 00:15:11 +0000 (17:15 -0700)
commitecabc6b01567522dd542889c353a14f0c2e22f6e
treebec828ff190c3ff7e6657e191e075138e39fee45
parentd6176702c3ffb6c56e6620397470e1b3bd540b10
acl-permissions: more porting to AIX

* lib/file-has-acl.c (file_has_acl) [HAVE_STATACL]:
* lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]:
* lib/set-permissions.c (set_acls) [HAVE_ACLX_GET && ACL_AIX_WIP]:
Add cast for AIX, whose system calls are declared to accept
char * even though the arguments are really char const *.
* lib/mountlist.c (read_file_system_list) [MOUNTED_VMOUNT]:
Rework types to pacify xlc.
ChangeLog
lib/file-has-acl.c
lib/mountlist.c
lib/readutmp.c
lib/set-permissions.c