# # # patch "unix/fs.cc" # from [65223d21b27af21c1431b2ff1ef4e67d4a8428ee] # to [a528ea5c15beb72a64c4d1570e12df9766fc2160] # ============================================================ --- unix/fs.cc 65223d21b27af21c1431b2ff1ef4e67d4a8428ee +++ unix/fs.cc a528ea5c15beb72a64c4d1570e12df9766fc2160 @@ -5,6 +5,10 @@ #include "config.h" +#ifnded _FILE_OFFSET_BITS +#define _FILE_OFFSET_BITS 64 +#endif + #include #include #include