diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-08-26 16:14:40 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-08-26 16:14:40 +0000 |
commit | 6585330779f88deedd9d215bd7c15b534f430d4a (patch) | |
tree | 7af2d8cf37959e4343778f2b7d3626ec9ef1f498 /winsup/cygwin/autoload.cc | |
parent | 8451a289ccfb394922470880952aaa6a372122a1 (diff) | |
download | cygnal-6585330779f88deedd9d215bd7c15b534f430d4a.tar.gz cygnal-6585330779f88deedd9d215bd7c15b534f430d4a.tar.bz2 cygnal-6585330779f88deedd9d215bd7c15b534f430d4a.zip |
* mtinfo.h (class mtinfo_part): Change type of block numbers to int64_t.
(mtinfo_part::initialize): Ditto for nblock parameter in declaration.
(class mtinfo_drive): Change type of block number to int64_t. Change
all parameters indicating a block number to int64_t in method
declarations.
* fhandler_tape.cc (mtinfo_part::initialize): Ditto in definition.
(mtinfo_drive::get_pos): Ditto. Replace low and high with a
ULARGE_INTEGER and use it's components in call to GetTapePosition.
Store full value in block.
(mtinfo_drive::_set_pos): Change type of count parameter to int64_t.
Change call to SetTapePosition accordingly.
(mtinfo_drive::set_pos): Change type of count parameter to int64_t.
Change local variables holding block numbers accordingly.
(mtinfo_drive::get_status): Don't bail out early if fetching media
parameters fails.
(mtinfo_drive::ioctl): Add explicit cast matching receiving type in
MTTELL and MTIOCPOS calls.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
0 files changed, 0 insertions, 0 deletions