From d7ae7b91163f11d067658a326e765836d54b7879 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 9 Jun 2008 21:12:40 +0000 Subject: [PATCH] ebl fix vtape compilation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7126 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/dev.c | 2 +- bacula/src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/src/stored/dev.c b/bacula/src/stored/dev.c index 793a7a2740..9e4f713ec8 100644 --- a/bacula/src/stored/dev.c +++ b/bacula/src/stored/dev.c @@ -128,7 +128,7 @@ init_dev(JCR *jcr, DEVRES *device) } else if (S_ISFIFO(statp.st_mode)) { device->dev_type = B_FIFO_DEV; #ifdef USE_VTAPE - /* must set DeviceType = Faketape + /* must set DeviceType = Vtape * in normal mode, autodetection is disabled */ } else if (S_ISREG(statp.st_mode)) { diff --git a/bacula/src/version.h b/bacula/src/version.h index 3530506c88..03027f7d72 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -58,11 +58,11 @@ #endif /* - * USE_FAKETAPE is a dummy tape driver. This is useful to + * USE_VTAPE is a dummy tape driver. This is useful to * run regress test. */ #ifdef DEVELOPER -#define USE_FAKETAPE +#define USE_VTAPE #endif /* -- 2.39.5