summaryrefslogtreecommitdiff
path: root/package/utils/xfsprogs/patches/110-uclibc_no_ustat.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-05-09 15:20:23 +0200
committerFelix Fietkau <nbd@nbd.name>2017-05-25 19:01:07 +0200
commit3c7a99ea90fef77455cf79ddfc3fd737961843e8 (patch)
treebafef46c3f8eaba10ce4366e7361d24b7a24eefd /package/utils/xfsprogs/patches/110-uclibc_no_ustat.patch
parentd7a3120cdcc1aeed5a95636803d250e35ba8706e (diff)
downloadmtk-20170518-3c7a99ea90fef77455cf79ddfc3fd737961843e8.zip
mtk-20170518-3c7a99ea90fef77455cf79ddfc3fd737961843e8.tar.gz
mtk-20170518-3c7a99ea90fef77455cf79ddfc3fd737961843e8.tar.bz2
xfsprogs: update to 4.11.0
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/utils/xfsprogs/patches/110-uclibc_no_ustat.patch')
-rw-r--r--package/utils/xfsprogs/patches/110-uclibc_no_ustat.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/package/utils/xfsprogs/patches/110-uclibc_no_ustat.patch b/package/utils/xfsprogs/patches/110-uclibc_no_ustat.patch
deleted file mode 100644
index 5d5d08c..0000000
--- a/package/utils/xfsprogs/patches/110-uclibc_no_ustat.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-commit 7b1d0a98e779170232c0a81b4749ab934ec67a7e
-Author: Jens Muecke <jens@nons.de>
-Date: Thu Jan 26 00:36:42 2012 +0100
-
- 110-uclibc_no_ustat
-
---- a/libxfs/linux.c
-+++ b/libxfs/linux.c
-@@ -21,7 +21,6 @@
- #include <mntent.h>
- #include <sys/stat.h>
- #undef ustat
--#include <sys/ustat.h>
- #include <sys/mount.h>
- #include <sys/ioctl.h>
- #include <sys/sysinfo.h>
-@@ -49,6 +48,7 @@ static int max_block_alignment;
- int
- platform_check_ismounted(char *name, char *block, struct stat64 *s, int verbose)
- {
-+#if 0
- /* Pad ust; pre-2.6.28 linux copies out too much in 32bit compat mode */
- struct ustat ust[2];
- struct stat64 st;
-@@ -68,6 +68,7 @@ platform_check_ismounted(char *name, cha
- progname, name);
- return 1;
- }
-+#endif
- return 0;
- }
-