]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix ufsdump build error on HP Tru64 and MinGW.
authorserassio <>
Sat, 29 Apr 2006 19:33:03 +0000 (19:33 +0000)
committerserassio <>
Sat, 29 Apr 2006 19:33:03 +0000 (19:33 +0000)
Tested with gcc 3.4 and 4.0.3.

src/ufsdump.cc

index 2c72dff9f3fbf0ee94d58011eeba5540f525870d..36ff98a9f318bf02c1770a7210a65dd2cfc39db8 100644 (file)
@@ -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 <stdexcept>