Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 43cc514cf495951ee194676844d428cd > files > 1

apachetop-0.19.7-3.mga8.src.rpm

diff -u apachetop-0.12.5/src/apachetop.h apachetop-0.12.5/src/apachetop.h
--- apachetop-0.12.5/src/apachetop.h
+++ apachetop-0.12.5/src/apachetop.h
@@ -5,6 +5,11 @@
 # include "config.h"
 #endif
 
+#undef _FILE_OFFSET_BITS
+#undef _LARGE_FILES
+#define _FILE_OFFSET_BITS 64
+#define _LARGE_FILES 1
+
 #include <stdio.h>
 #include <errno.h>
 #include <ctype.h>