jdk/src/share/native/java/util/zip/zlib-1.2.3/patches/inflate.c.diff
changeset 11237 ff9cf1de21fa
parent 11236 0de47eef399c
parent 11235 3117d9a4bb02
child 11238 e2e56339976e
--- a/jdk/src/share/native/java/util/zip/zlib-1.2.3/patches/inflate.c.diff	Thu Dec 15 15:47:47 2011 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- /home/sherman/TL/zlib-1.2.3_ORG/inflate.c	Tue Jun 14 14:50:12 2005
-+++ inflate.c	Tue Aug 25 14:22:09 2009
-@@ -1263,7 +1263,7 @@
- z_streamp strm;
- {
-     unsigned len;               /* number of bytes to look at or looked at */
--    unsigned long in, out;      /* temporary to save total_in and total_out */
-+    long long in, out;          /* temporary to save total_in and total_out */
-     unsigned char buf[4];       /* to restore bit buffer to byte string */
-     struct inflate_state FAR *state;
-