]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix vtape compilation
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 9 Jun 2008 21:12:40 +0000 (21:12 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 9 Jun 2008 21:12:40 +0000 (21:12 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7126 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/dev.c
bacula/src/version.h

index 793a7a274095e46d94b657460b9a96ff38b5e73e..9e4f713ec8b33325f33b29b3d9fb4b2d237a9d77 100644 (file)
@@ -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)) { 
index 3530506c881cd4a3b50cbdc40da6c88fdaed83d3..03027f7d724ee9a96e500405df8a36fe0357350e 100644 (file)
 #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
 
 /*