diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-20 14:51:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-20 14:51:54 +0000 |
commit | c91649d49bd749644cd673f1505ecca72820a656 (patch) | |
tree | 7c791bff73e4b012ad9b9bf8ec6bb5807a60c5b9 /main/xfsprogs/musl-fixes.patch | |
parent | 051c0ec6ab409ab7432264edae7b55a0303bf0b3 (diff) | |
download | aports-c91649d49bd749644cd673f1505ecca72820a656.tar.bz2 aports-c91649d49bd749644cd673f1505ecca72820a656.tar.xz |
main/xfsprogs: upgrade to 3.2.1
Diffstat (limited to 'main/xfsprogs/musl-fixes.patch')
-rw-r--r-- | main/xfsprogs/musl-fixes.patch | 13 |
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); |