Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1647)

Side by Side Diff: sys-libs/zlib/files/zlib-1.2.5-lfs-decls.patch

Issue 6776028: Upgrade libxml2 and its portage dependencies (Closed) Base URL: ssh://gitrw.chromium.org:9222/portage-stable.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sys-libs/zlib/files/zlib-1.2.5-ldflags.patch ('k') | sys-libs/zlib/metadata.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 http://bugs.gentoo.org/316377
2
3 try to unbreak over-eager LFS logic in zlib header
4
5 --- zlib-1.2.5/zlib.h
6 +++ zlib-1.2.5/zlib.h
7 @@ -1578,7 +1578,7 @@
8 # define gzoffset gzoffset64
9 # define adler32_combine adler32_combine64
10 # define crc32_combine crc32_combine64
11 -# ifdef _LARGEFILE64_SOURCE
12 +# ifndef _LARGEFILE64_SOURCE
13 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
14 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
15 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));
OLDNEW
« no previous file with comments | « sys-libs/zlib/files/zlib-1.2.5-ldflags.patch ('k') | sys-libs/zlib/metadata.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698