diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-08-24 09:56:49 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-09-03 10:14:09 +0300 |
commit | c3bddb49ff7a947bd934871a3d350be4998c96d1 (patch) | |
tree | 031ddaf4bfc9eca9587fa28db684fea6846bd651 | |
parent | 707a4b459d2a05f309691166c6f1fc4f6e58a6c8 (diff) | |
download | upstream-c3bddb49ff7a947bd934871a3d350be4998c96d1.tar.gz upstream-c3bddb49ff7a947bd934871a3d350be4998c96d1.tar.bz2 upstream-c3bddb49ff7a947bd934871a3d350be4998c96d1.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>
(cherry picked from commit 252c8ddf146f196faaa34cf7af9b3eacb79e6add)
-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> |