aboutsummaryrefslogtreecommitdiff
path: root/tests/ubi-tests/helpers
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2025-02-19 10:02:44 -0300
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2025-06-02 07:33:29 +0200
commit77981a2888c711268b0e7f32af6af159c2288e23 (patch)
tree480f1a4ef9fef7a89bacd82590cdf8f455a04b54 /tests/ubi-tests/helpers
parent173f9714c8da1d685bfa951d43b9310d16bbab3c (diff)
ubifs-utils: extract_files: Include <linux/limits.h>HEADmaster
Include <linux/limits.h> to fix the following build error when building with musl: | ../git/ubifs-utils/fsck.ubifs/extract_files.c: In function 'parse_ino_node': | ../git/ubifs-utils/fsck.ubifs/extract_files.c:144:47: error: 'XATTR_LIST_MAX' undeclared (first use in this function) | 144 | if (ino_node->xnms + ino_node->xcnt > XATTR_LIST_MAX) { | | ^~~~~~~~~~~~~~ | ../git/ubifs-utils/fsck.ubifs/extract_files.c:144:47: note: each undeclared identifier is reported only once for each function it appears in | make: *** [Makefile:4374: ubifs-utils/fsck.ubifs/fsck_ubifs-extract_files.o] Error 1 Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/ubi-tests/helpers')
0 files changed, 0 insertions, 0 deletions