]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: hno
authoramosjeffries <>
Mon, 25 Feb 2008 10:41:38 +0000 (10:41 +0000)
committeramosjeffries <>
Mon, 25 Feb 2008 10:41:38 +0000 (10:41 +0000)
commit170d056f973ccf1acce8413772fb22370db029c8
treed45740606389737ec0c41efdeae58d5e0bad3a18
parentd7829a1038843e8c089dfe1863991879d1ee1f23
Author: hno
Bug #2175: Update valgrind support for valgrind-3.3.0

Valgrind memcheck rearranged the names of it's support macros in
version 3.2.0 to better represent the actual function, and now the
old names has been removed starting with version 3.3.0 causing
build a failure if --with-valgrind-debug is used.

this patch updates Squid to use the new valgrind macro names, and
adds a little glue to be compatible with older valgrind versions
include/config.h
lib/MemPool.cc