You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
240 B
14 lines
240 B
8 years ago
|
--- 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
|