]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
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)
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


No differences found