From 27c2b252fe0472b2f24dc9c97aa3e8787bcb02c5 Mon Sep 17 00:00:00 2001 From: "Long.inus" Date: Wed, 24 Jul 2013 00:44:35 +0900 Subject: [PATCH] tunerec: support for over 2GB file on 32bit Linux kernels. --- tunerec/tunerec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tunerec/tunerec.c b/tunerec/tunerec.c index b2fd0a2..fad6b6d 100755 --- a/tunerec/tunerec.c +++ b/tunerec/tunerec.c @@ -1,3 +1,5 @@ +#define _FILE_OFFSET_BITS 64 + #include #include #include -- 2.11.0