From be3112979bd6ab909261cefa73e7e472cab256d2 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon.(none)> Date: Sat, 17 Nov 2012 22:08:03 -0500 Subject: [PATCH] cosmetic change --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 6835ea96e..a8ffe9c58 100644 --- a/src/config.h +++ b/src/config.h @@ -211,7 +211,7 @@ #define TIME_WITH_SYS_TIME 1 /* Number of bits in a file offset, on hosts where this is settable. */ -/* #undef _FILE_OFFSET_BITS */ +#define _FILE_OFFSET_BITS 64 /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ -- GitLab