From: robertc <> Date: Tue, 15 Jul 2003 19:15:04 +0000 (+0000) Subject: Summary: Fix ufsdump bitrot. X-Git-Tag: SQUID_3_0_PRE1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a6dc83d98c80e9549929d720e216ae3d3a048f9;p=thirdparty%2Fsquid.git Summary: Fix ufsdump bitrot. Keywords: Add new needed objects into its build recipe. Add for STL safe assert definition. --- diff --git a/src/Makefile.am b/src/Makefile.am index bdabc4aee0..83d34be0fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.84 2003/07/15 12:21:36 robertc Exp $ +# $Id: Makefile.am,v 1.85 2003/07/15 13:15:04 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -505,6 +505,8 @@ ufsdump_SOURCES = debug.cc \ StoreMetaURL.h \ StoreMetaVary.cc \ StoreMetaVary.h \ + StoreSwapLogData.cc \ + StoreSwapLogData.h \ access_log.cc \ acl.cc \ ACLChecklist.cc \ @@ -539,6 +541,7 @@ ufsdump_SOURCES = debug.cc \ ETag.cc \ event.cc \ external_acl.cc \ + ExternalACLEntry.cc \ fd.cc \ fde.cc \ fde.h \ diff --git a/src/ufsdump.cc b/src/ufsdump.cc index cd8e75a809..2c72dff9f3 100644 --- a/src/ufsdump.cc +++ b/src/ufsdump.cc @@ -1,6 +1,6 @@ /* - * $Id: ufsdump.cc,v 1.2 2003/02/21 22:50:12 robertc Exp $ + * $Id: ufsdump.cc,v 1.3 2003/07/15 13:15:04 robertc Exp $ * * DEBUG: section 0 UFS Store Dump * AUTHOR: Robert Collins @@ -43,6 +43,7 @@ #undef free #include #include +#include void shut_down(int) {}