aboutsummaryrefslogtreecommitdiffstats
path: root/main/xfsprogs/musl-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/xfsprogs/musl-fixes.patch')
-rw-r--r--main/xfsprogs/musl-fixes.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/xfsprogs/musl-fixes.patch b/main/xfsprogs/musl-fixes.patch
index a6283f849a..bffa6fb60d 100644
--- a/main/xfsprogs/musl-fixes.patch
+++ b/main/xfsprogs/musl-fixes.patch
@@ -139,3 +139,16 @@ index 2e07d54..4075786 100644
}
int
+--- ./repair/attr_repair.c.orig
++++ ./repair/attr_repair.c
+@@ -24,6 +24,10 @@
+ #include "bmap.h"
+ #include "protos.h"
+ #include "dir2.h"
++#if defined(__linux__)
++#include <linux/limits.h>
++#endif
++
+
+ static int xfs_acl_valid(struct xfs_mount *mp, struct xfs_acl *daclp);
+ static int xfs_mac_valid(xfs_mac_label_t *lp);