X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Fstored.h;h=30353fe29e80a73188ddd1c65153971b85722f00;hb=0d99c317e0ac4a98ccbe01ac960e4d0c35184eb9;hp=552062104c822750fba0b138a4749b0c7508b06e;hpb=5ac303040b474f20839435b4b6930d6aa845ad1a;p=bacula%2Fbacula diff --git a/bacula/src/stored/stored.h b/bacula/src/stored/stored.h index 552062104c..30353fe29e 100644 --- a/bacula/src/stored/stored.h +++ b/bacula/src/stored/stored.h @@ -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,8 @@ 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 */