diff options
Diffstat (limited to 'tools/kernel2minor/patches/100-portability.patch')
-rw-r--r-- | tools/kernel2minor/patches/100-portability.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/kernel2minor/patches/100-portability.patch b/tools/kernel2minor/patches/100-portability.patch deleted file mode 100644 index 43340ae4f2..0000000000 --- a/tools/kernel2minor/patches/100-portability.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/yaffs2/yaffs_guts.h -+++ b/yaffs2/yaffs_guts.h -@@ -17,8 +17,9 @@ - #define __YAFFS_GUTS_H__ - - #include "yportenv.h" -+#include <stdint.h> - --typedef __loff_t loff_t; -+typedef int64_t loff_t; - - #define YAFFS_OK 1 - #define YAFFS_FAIL 0 |