From: Stefan Metzmacher Date: Mon, 18 Aug 2008 12:26:53 +0000 (+0200) Subject: zlib: mark as modified for samba X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fb265e567d700b3c16eb8f28bc5f26653a819fa;p=thirdparty%2Fsamba.git zlib: mark as modified for samba metze --- diff --git a/source/lib/zlib/zlib.h b/source/lib/zlib/zlib.h index 5549f9cf57e..edf09d2b1e6 100644 --- a/source/lib/zlib/zlib.h +++ b/source/lib/zlib/zlib.h @@ -37,8 +37,14 @@ extern "C" { #endif -#define ZLIB_VERSION "1.2.3" -#define ZLIB_VERNUM 0x1230 +#define ZLIB_VERSION "1.2.3.1.Samba" +#define ZLIB_VERNUM 0x1231 +/* + * Modified for Samba by Stefan Metzmacher 2008 + * + * inflateReset2() added and compiler warnings fixed + */ + /* The 'zlib' compression library provides in-memory compression and