From: serassio <> Date: Sat, 29 Apr 2006 19:33:03 +0000 (+0000) Subject: Fix ufsdump build error on HP Tru64 and MinGW. X-Git-Tag: SQUID_3_0_PRE4~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=614c8c0e8e5a2b2c7b21ce62045b82c8a37e61cd;p=thirdparty%2Fsquid.git Fix ufsdump build error on HP Tru64 and MinGW. Tested with gcc 3.4 and 4.0.3. --- diff --git a/src/ufsdump.cc b/src/ufsdump.cc index 2c72dff9f3..36ff98a9f3 100644 --- a/src/ufsdump.cc +++ b/src/ufsdump.cc @@ -1,6 +1,6 @@ /* - * $Id: ufsdump.cc,v 1.3 2003/07/15 13:15:04 robertc Exp $ + * $Id: ufsdump.cc,v 1.4 2006/04/29 13:33:03 serassio Exp $ * * DEBUG: section 0 UFS Store Dump * AUTHOR: Robert Collins @@ -38,7 +38,6 @@ #include "StoreMetaUnpacker.h" #include "Store.h" #include "Generic.h" -#undef assert #undef malloc #undef free #include