summaryrefslogtreecommitdiff
path: root/hfsutils/largerthan2gb.patch
blob: a688ff621a30b612d973c7510e6c139b57a625ee (plain)
    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  
    7 +#ifdef __linux__
    8 +#define _FILE_OFFSET_BITS 64
    9 +#define _LARGE_FILES
   10 +#endif
   11 +
   12  # ifdef HAVE_CONFIG_H
   13  #  include "config.h"
   14  # endif

Generated by cgit