diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-18 10:53:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-18 10:53:50 +0000 |
commit | a97a6d316d559d0a914313409d66a5d73a5c9c1b (patch) | |
tree | 4689a648203a110360c60317fdb436c59ec95cf6 /main/xfsprogs/musl-linux-limits.patch | |
parent | 0c275fb8a696aa2cf50266ee73242f65d2cd5523 (diff) | |
download | aports-a97a6d316d559d0a914313409d66a5d73a5c9c1b.tar.bz2 aports-a97a6d316d559d0a914313409d66a5d73a5c9c1b.tar.xz |
main/xfsprogs: upgrade to 3.2.0
Diffstat (limited to 'main/xfsprogs/musl-linux-limits.patch')
-rw-r--r-- | main/xfsprogs/musl-linux-limits.patch | 10 |
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 */ + |