f2fs-tools: drop musl compat patch
authorStijn Tintel <stijn@linux-ipv6.be>
Thu, 24 Aug 2017 06:56:49 +0000 (09:56 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Sun, 3 Sep 2017 07:14:09 +0000 (10:14 +0300)
It is no longer needed since version 1.4.1.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit 252c8ddf146f196faaa34cf7af9b3eacb79e6add)

package/utils/f2fs-tools/patches/010-include-byteswap-h.patch [deleted file]

diff --git a/package/utils/f2fs-tools/patches/010-include-byteswap-h.patch b/package/utils/f2fs-tools/patches/010-include-byteswap-h.patch
deleted file mode 100644 (file)
index ff7e4e7..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/f2fs_fs.h
-+++ b/include/f2fs_fs.h
-@@ -15,6 +15,7 @@
- #include <inttypes.h>
- #include <linux/types.h>
- #include <sys/types.h>
-+#include <byteswap.h>
- #ifdef HAVE_CONFIG_H
- #include <config.h>