* fhandler_tape.cc (fhandler_dev_tape::tape_status): Report

EOTWarningZoneSize in get->mt_eotwarningzonesize.
        * include/cygwin/mtio.h: Define DEFTAPE.
        (struct mtget): Add member `mt_eotwarningzonesize'. Add a comment.
        * include/cygwin/version.h: Bump API minor version to 47.
This commit is contained in:
Corinna Vinschen
2001-10-16 16:28:39 +00:00
parent 0aa019b960
commit b20e2ee663
3 changed files with 10 additions and 2 deletions

View File

@@ -795,6 +795,7 @@ fhandler_dev_tape::tape_status (struct mtget *get)
get->mt_defblksize = dp.DefaultBlockSize;
get->mt_featureslow = dp.FeaturesLow;
get->mt_featureshigh = dp.FeaturesHigh;
get->mt_eotwarningzonesize = dp.EOTWarningZoneSize;
return 0;
}