Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > bc77003c7597b6f6c91776ea3dc60f58 > files > 1

apachetop-0.12.6-4mdv2009.1.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>