diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-08-24 09:56:49 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-08-25 10:19:06 +0300 |
commit | 252c8ddf146f196faaa34cf7af9b3eacb79e6add (patch) | |
tree | 42af21425d1932f9682f5fd05faf58dc4562eb22 /package/utils | |
parent | d87f27af54e7c122c8f320f7266dd5061bb47a8b (diff) | |
download | upstream-252c8ddf146f196faaa34cf7af9b3eacb79e6add.tar.gz upstream-252c8ddf146f196faaa34cf7af9b3eacb79e6add.tar.bz2 upstream-252c8ddf146f196faaa34cf7af9b3eacb79e6add.zip |
f2fs-tools: drop musl compat patch
It is no longer needed since version 1.4.1.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/f2fs-tools/patches/010-include-byteswap-h.patch | 10 |
1 files changed, 0 insertions, 10 deletions
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 index ff7e4e7d3e..0000000000 --- a/package/utils/f2fs-tools/patches/010-include-byteswap-h.patch +++ /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> |