From: Arun Prakash Jana Date: Sun, 24 Sep 2017 17:58:27 +0000 (+0530) Subject: Fix #42 X-Git-Tag: v1.5~14 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bc76c0f7ee7d2e6e24edbbb23c17e68dc01d0b5e;p=nnn.git Fix #42 --- diff --git a/nnn.c b/nnn.c index 8eda2b37..eb26ab6e 100644 --- a/nnn.c +++ b/nnn.c @@ -18,6 +18,9 @@ */ #ifdef __linux__ +#ifdef __i386__ +#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit Linux */ +#endif #include #define LINUX_INOTIFY #endif