From f919c30b2277c494baa49ad37429f533b6510f10 Mon Sep 17 00:00:00 2001 From: Tellen Yu Date: Fri, 22 May 2015 14:22:09 +0000 Subject: modify for compatibility 64bit Change-Id: I3688ecf1beecc1d1193953bb7ce733cbf0f6888c --- diff --git a/libntfs-3g/unix_io.c b/libntfs-3g/unix_io.c index 799db0b..2f3ddf0 100755 --- a/libntfs-3g/unix_io.c +++ b/libntfs-3g/unix_io.c @@ -68,7 +68,7 @@ #define DEV_FD(dev) (*(int *)dev->d_private) #ifdef __USE_FILE_OFFSET64 -#define fcntl __fcntl64 +//#define fcntl __fcntl64 #endif /* Define to nothing if not present on this system. */ -- cgit