From: Michael Orlitzky Date: Mon, 16 Mar 2020 14:39:00 +0000 (-0400) Subject: src/libadacl.c: include limits.h for PATH_MAX. X-Git-Tag: v0.4.3~7 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=31ad4413a85e4f826d52fa98ff19b4481e30d679;hp=31ad4413a85e4f826d52fa98ff19b4481e30d679;p=apply-default-acl.git 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 ---