wok view zlib/stuff/zlib-1.2.5-lfs-decls.patch @ rev 11806

sdcc: fix cp -u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 16:25:09 2012 +0100 (2012-02-25)
parents
children
line source
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));