]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
src/libadacl.c: include limits.h for PATH_MAX.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Mar 2020 14:39:00 +0000 (10:39 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Mar 2020 14:39:00 +0000 (10:39 -0400)
commit31ad4413a85e4f826d52fa98ff19b4481e30d679
tree7fef5086d7e57d6d31508679866085c729e6a6e4
parentc83f87aeecda6f212453b5881b8a9da4cfdf16cb
src/libadacl.c: include limits.h for PATH_MAX.

We incidentally get PATH_MAX on linux/glibc by way of dirent.h, but
POSIX says that it should be defined in limits.h. We now include
limits.h explicitly to fix the build with musl.

Gentoo-bug: https://bugs.gentoo.org/712844
configure.ac
src/libadacl.c