diff --git a/srcpkgs/xfsprogs/patches/musl-fixes.patch b/srcpkgs/xfsprogs/patches/musl-fixes.patch index b403f42645..54e0063241 100644 --- a/srcpkgs/xfsprogs/patches/musl-fixes.patch +++ b/srcpkgs/xfsprogs/patches/musl-fixes.patch @@ -13,12 +13,13 @@ --- include/linux.h.orig 2015-08-04 01:37:12.000000000 +0200 +++ include/linux.h 2015-10-03 21:19:02.256382607 +0200 -@@ -30,7 +30,8 @@ +@@ -30,7 +30,9 @@ #include #include #include #include +#include /* XATTR_SIZE_MAX */ ++#include static __inline__ int xfsctl(const char *path, int fd, int cmd, void *p) {