MTIOCGET
artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE;
case MTIOCGET:
if (ioctl(mtfd, MTIOCGET, &mt_status) < 0)
if (ioctl(tape, MTIOCGET, (char *)&mtget) < 0)