Blob Blame History Raw
diff -up hfsutils-3.2.6/libhfs/os/unix.c.patch1 hfsutils-3.2.6/libhfs/os/unix.c
--- hfsutils-3.2.6/libhfs/os/unix.c.patch1	1998-11-02 23:09:13.000000000 +0100
+++ hfsutils-3.2.6/libhfs/os/unix.c	2011-05-06 12:45:15.000000000 +0200
@@ -19,6 +19,11 @@
  * $Id: unix.c,v 1.8 1998/11/02 22:09:13 rob Exp $
  */
 
+#ifdef __linux__
+#define _FILE_OFFSET_BITS 64
+#define _LARGE_FILES
+#endif
+
 # ifdef HAVE_CONFIG_H
 #  include "config.h"
 # endif