From 0fb265e567d700b3c16eb8f28bc5f26653a819fa Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Aug 2008 14:26:53 +0200 Subject: [PATCH] zlib: mark as modified for samba metze --- source/lib/zlib/zlib.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 -- 2.47.2