aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kernel2minor/patches/100-portability.patch
diff options
context:
space:
mode:
authorSergey Sergeev <adron@yapic.net>2017-01-24 16:04:18 +0300
committerFelix Fietkau <nbd@nbd.name>2017-01-25 07:54:06 +0100
commite2b8e9e0f316af496be7109e7f7ebc0dcd8b8c77 (patch)
treec494ccefdd8cb46a8e30436b6c08807c94942df7 /tools/kernel2minor/patches/100-portability.patch
parent07c9bde0da177754ac5bf0865610b308e080a238 (diff)
downloadupstream-e2b8e9e0f316af496be7109e7f7ebc0dcd8b8c77.tar.gz
upstream-e2b8e9e0f316af496be7109e7f7ebc0dcd8b8c77.tar.bz2
upstream-e2b8e9e0f316af496be7109e7f7ebc0dcd8b8c77.zip
tools: update kernel2minor to 0.24 version
Signed-off-by: Sergey Sergeev <adron@yapic.net>
Diffstat (limited to 'tools/kernel2minor/patches/100-portability.patch')
-rw-r--r--tools/kernel2minor/patches/100-portability.patch13
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