aboutsummaryrefslogtreecommitdiff
path: root/utils/acl/patches/103-chacl-Use-portable-version-of-dirent-and-readdir.patch
Commit message (Collapse)AuthorAge
* acl: update to 2.3.2Maxim Storchak2024-02-10
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* acl: fix compilation with musl 1.2.4Tianling Shen2023-05-17
musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so just having _GNU_SOURCE defined is not enough anymore. Backport an upstream fix to replace these old functions. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>