summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Tarasov <tarasov@dodologics.com>2008-11-09 10:00:06 +1000
committerAlexey Tarasov <tarasov@dodologics.com>2009-08-12 15:25:22 +1100
commit70c156f8a849746ae6417fd5c323902a471ea32f (patch)
treeb77b7b31d624f361e78e79ac53ae52fe39fba2ab
parent7b403f46b8aea3d331d06eb9a7208b5844af13d5 (diff)
downloadyaffs2-70c156f8a849746ae6417fd5c323902a471ea32f.tar.gz
updated to declare loff_t type when building on FreeBSDdonut-plus-aosp
-rw-r--r--yaffs2/devextras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaffs2/devextras.h b/yaffs2/devextras.h
index 12f2200..5c495e3 100644
--- a/yaffs2/devextras.h
+++ b/yaffs2/devextras.h
@@ -37,7 +37,7 @@ typedef unsigned char __u8;
typedef unsigned short __u16;
typedef unsigned __u32;
-#if defined(__APPLE__)
+#if defined(__APPLE__) || defined(__FreeBSD__)
typedef long long loff_t;
#endif