Magellan Linux

Contents of /trunk/zlib/patches/zlib-1.2.5-lfs-decls.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1073 - (show annotations) (download)
Tue Aug 17 13:09:17 2010 UTC (13 years, 9 months ago) by niro
File size: 575 byte(s)
decls patch

1 Index: zlib-1.2.5/zlib.h
2 ===================================================================
3 --- zlib-1.2.5.orig/zlib.h
4 +++ zlib-1.2.5/zlib.h
5 @@ -1578,7 +1578,7 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF(
6 # define gzoffset gzoffset64
7 # define adler32_combine adler32_combine64
8 # define crc32_combine crc32_combine64
9 -# ifdef _LARGEFILE64_SOURCE
10 +# ifndef _LARGEFILE64_SOURCE
11 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
12 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
13 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));