From 2f2c2a661706a0c0fb313fa372d9ff6c4b95c872 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 12 Mar 2009 09:47:51 +0000 Subject: [PATCH] ebl Remove TCABD reference git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8520 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/filed.h | 6 +----- bacula/technotes-2.5 | 3 +++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bacula/src/filed/filed.h b/bacula/src/filed/filed.h index 7ef7d6a049..3c3649be30 100644 --- a/bacula/src/filed/filed.h +++ b/bacula/src/filed/filed.h @@ -35,11 +35,7 @@ #define FILE_DAEMON 1 -#ifdef USE_TCADB /* hash disk based */ -# include -#else -# include "lib/htable.h" -#endif +#include "lib/htable.h" #include "filed_conf.h" #include "fd_plugins.h" #include "findlib/find.h" diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index 2d77ac78f8..56739fedc3 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -33,6 +33,9 @@ Code to be completed before 3.0.0 is released: General: +12Mar09 +ebl Tweak configure to remove bash specific code +ebl Remove TCABD reference 11Mar09 ebl Free lock manager in when btape exits 09Mar09 -- 2.39.5