aboutsummaryrefslogtreecommitdiffstats
path: root/main/xfsprogs/musl-linux-limits.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/xfsprogs/musl-linux-limits.patch')
-rw-r--r--main/xfsprogs/musl-linux-limits.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/xfsprogs/musl-linux-limits.patch b/main/xfsprogs/musl-linux-limits.patch
new file mode 100644
index 0000000000..813119fd81
--- /dev/null
+++ b/main/xfsprogs/musl-linux-limits.patch
@@ -0,0 +1,10 @@
+--- ./libxfs/xfs_attr_remote.c.orig
++++ ./libxfs/xfs_attr_remote.c
+@@ -17,6 +17,7 @@
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+ #include <xfs.h>
++#include <linux/limits.h>
+
+ #define ATTR_RMTVALUE_MAPSIZE 1 /* # of map entries at once */
+