]> Savannah Git Hosting - gnulib.git/commit
lchmod: port back to AIX 7.2
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jun 2022 04:30:01 +0000 (23:30 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jun 2022 04:38:05 +0000 (23:38 -0500)
commit8f71b269b18ba6d375ebc7227353e03067ab723b
tree58264aa4641ae7408e62d123de93e1b7a024e35f
parent16790d2d21b9f815590c9655a5b4641a58025401
lchmod: port back to AIX 7.2

Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2022-06/msg00075.html
* lib/lchmod.c: Include string.h, for strlen.
(lchmod): Do not depend on HAVE_READLINK since we now depend on
the readlink module.  Check for AIX 7.2 bug.
* m4/lchmod.m4 (gl_PREREQ_LCHMOD): Do not check for readlink
since we now depend on the readlink module.
* modules/lchmod (Depends-on): Depend on readlink.
ChangeLog
doc/glibc-functions/lchmod.texi
doc/posix-functions/chmod.texi
lib/lchmod.c
m4/lchmod.m4
modules/lchmod