Index: trunk/Ohana/src/libohana/include/ohana.h
===================================================================
--- trunk/Ohana/src/libohana/include/ohana.h	(revision 33783)
+++ trunk/Ohana/src/libohana/include/ohana.h	(revision 33784)
@@ -166,6 +166,6 @@
 # define OFF_T_FMT "%lld"
 # endif
-// x86_64 for mac os x 10.7 (lion)
-# ifdef __x86_64
+// for mac os x 10.7 (lion): they don't use darwin, and i want to make sure it grabs for 10.7 and 64 bit (are they all 64 bit?)
+# if defined(__APPLE__) && defined(x86_64)
 # define OFF_T_FMT "%lld"
 # endif
