Skip to content
Snippets Groups Projects
Commit 8782672b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

tools/kernel2minor: fix portability issue


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 73045103
No related branches found
No related tags found
No related merge requests found
--- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment