From: Git Backport Process Date: Tue, 12 May 2020 19:24:56 +0000 (+0200) Subject: BEE Backport bacula/src/stored/vtape_dev.h X-Git-Tag: Release-11.3.2~1609 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e87249e449ac441acafbc68d9a1cc6046eddc2;p=thirdparty%2Fbacula.git BEE Backport bacula/src/stored/vtape_dev.h This commit is the result of the squash of the following main commits: --- diff --git a/bacula/src/stored/vtape_dev.h b/bacula/src/stored/vtape_dev.h index 1d0b472ea2..01b35ab9f6 100644 --- a/bacula/src/stored/vtape_dev.h +++ b/bacula/src/stored/vtape_dev.h @@ -117,7 +117,7 @@ public: int d_close(int) { return -1; } int d_ioctl(int fd, ioctl_req_t request, char *mt=NULL) { return -1; } boffset_t lseek(DCR *dcr, off_t offset, int whence) { return -1; } - bool open_device(DCR *dcr, int omode) { return true; } + bool open_device(DCR *dcr, int omode) { return true; } const char *print_type(); };