Explorar o código

f2fs-tools: drop musl compat patch

It is no longer needed since version 1.4.1.

Signed-off-by: Stijn Tintel <[email protected]>
Stijn Tintel %!s(int64=8) %!d(string=hai) anos
pai
achega
252c8ddf14
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  1. 0 10
      package/utils/f2fs-tools/patches/010-include-byteswap-h.patch

+ 0 - 10
package/utils/f2fs-tools/patches/010-include-byteswap-h.patch

@@ -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>