aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/files/patch-modules_gzip-method.c
blob: 3288d185366991f990403381aca9d3fb7b1b63c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- modules/gzip-method.c.orig	2010-03-25 16:05:12.000000000 -0400
+++ modules/gzip-method.c	2010-03-25 16:06:56.000000000 -0400
@@ -30,6 +30,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <time.h>
+#undef _LARGEFILE64_SOURCE
 #include <zlib.h>
 
 struct _GZipMethodHandle {