]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
work on stats, fix bug with batch connection
[bacula/bacula] / bacula / src / stored / stored.h
index 552062104c822750fba0b138a4749b0c7508b06e..eadd47b9b759dbc0a5f23916ece5630704b35fa9 100644 (file)
@@ -20,7 +20,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of John Walker.
+   Bacula® is a registered trademark of Kern Sibbald.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
@@ -78,9 +78,7 @@ const int sd_dbglvl = 300;
 int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result);
 #endif
 
-#ifdef USE_FAKETAPE
-# include "faketape.h"
-#endif
+#include "vtape.h"
 
 /* Daemon globals from stored.c */
 extern STORES *me;                    /* "Global" daemon resource */