$OpenBSD$ --- ananke/nall/platform.hpp.orig Sun May 5 15:52:20 2013 +++ ananke/nall/platform.hpp Sun May 5 15:52:51 2013 @@ -8,6 +8,11 @@ #include #endif +// off_t is 64 bit on all OpenBSD platforms +#if defined(__OpenBSD__) + #define stat64 stat +#endif + //========================= //standard platform headers //=========================