src/share/native/java/util/zip/zlib-1.2.5/patches/ChangeLog_java

Print this page

        

@@ -6,14 +6,5 @@
    zconf.h:
    uLong -> 32-bit int
 
 (3)updated crc32.c/crc32()
    unsigned long      -> uLong
-
-(4)updated zlib.h (to support > 4G zipfile):
-   total_in/out: uLong -> long long
-
-(5)updated inflate.c/inflateSync()
-   unsigned long in, out; -->  long long in, out;
-
-(6)updated compress.c/uncompr.c
-   *destLen = stream.total_out; --> *destLen = (uLong)stream.total_out;