search for: prj_zlib

Displaying 1 result from an estimated 1 matches for "prj_zlib".

2002 Jan 07
0
rsync-2.5.1 / zlib patches
...n the one in the standard header file. -John wb8tyw@qsl.network Personal Opinion Only PROJECT_ROOT:[rsync_vms.ZLIB]ADLER32.GDIFF;1 --- ref_zlib:adler32.c Thu May 7 01:19:41 1998 +++ lcl_zlib:adler32.c Sun Jan 6 08:43:46 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_zlib:adler32.tpu on 6-JAN-2002 08:43:46.62 OPENVMS_AXP */ /* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h @@ -29,7 +30,7 @@ if (buf == Z_NULL) return 1L; - w...