largerthan2gb.patch 289 B

123456789101112131415
  1. --- libhfs/os/unix.c-orig 1998-11-02 23:09:13.000000000 +0100
  2. +++ libhfs/os/unix.c 2004-12-13 14:39:28.099124272 +0100
  3. @@ -19,6 +19,11 @@
  4. * $Id$
  5. */
  6. +#ifdef __linux__
  7. +#define _FILE_OFFSET_BITS 64
  8. +#define _LARGE_FILES
  9. +#endif
  10. +
  11. # ifdef HAVE_CONFIG_H
  12. # include "config.h"
  13. # endif