Index: /branches/eam_branches/ipp-20110213/Ohana/src/libohana/include/ohana.h
===================================================================
--- /branches/eam_branches/ipp-20110213/Ohana/src/libohana/include/ohana.h	(revision 30890)
+++ /branches/eam_branches/ipp-20110213/Ohana/src/libohana/include/ohana.h	(revision 30891)
@@ -155,7 +155,10 @@
 # define OFF_T_FMT "%jd"
 # endif
-# ifdef _DARWIN_C_SOURCE
+// # ifdef _DARWIN_C_SOURCE
+// # define OFF_T_FMT "%lld"
+// # endif
+# ifdef darwin_x86
 # define OFF_T_FMT "%lld"
-#endif
+# endif
 # ifndef OFF_T_FMT
 # define OFF_T_FMT "%ld"
