Imported Upstream version 2.6.0p2
[debian/amanda] / device-src / tape-aix.c
index b5701a1ed95f186e47c0a674a7339aae716d777c..a9665a74f5982c4680681b53bb327e5bd8420fbd 100644 (file)
@@ -91,9 +91,9 @@ gboolean tape_setcompression(int fd, gboolean on) {
     return FALSE;
 }
 
-TapeCheckResult tape_is_tape_device(int fd) {
+ReadLabelStatusFlags tape_is_tape_device(int fd) {
     /* AIX doesn't have a no-op. */
-    return TAPE_CHECK_UNKNOWN;
+    return READ_LABEL_STATUS_SUCCESS;
 }
 
 TapeCheckResult tape_is_ready(int fd) {