]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix ioctl prototypes
authorKern Sibbald <kern@sibbald.com>
Sat, 26 Jul 2008 12:54:13 +0000 (12:54 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 26 Jul 2008 12:54:13 +0000 (12:54 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7437 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/vtape.c

index feae58563796f15a00d5d2a590b87211cb19442e..aa249b3d56b8a35d5eabcf70df5d65f1ddc50861 100644 (file)
@@ -998,7 +998,7 @@ void vtape::dump()
 
 #else  /* USE_VTAPE */
 
-int vtape_ioctl(int fd, unsigned long int request, ...)
+int vtape_ioctl(int fd, int request, ...)
 {
    return -1;
 }