X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=device-src%2Ftape-aix.c;h=a9665a74f5982c4680681b53bb327e5bd8420fbd;hb=fb2bd066c2f8b34addafe48d62550e3033a59431;hp=b5701a1ed95f186e47c0a674a7339aae716d777c;hpb=a6127998ee6dcab6bb034f6ca985b07804a86f9a;p=debian%2Famanda diff --git a/device-src/tape-aix.c b/device-src/tape-aix.c index b5701a1..a9665a7 100644 --- a/device-src/tape-aix.c +++ b/device-src/tape-aix.c @@ -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) {