diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2004-04-19 13:07:55 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2004-04-19 13:07:55 +0000 |
commit | 1facc71a35ea02155f53eceee74323bcec736676 (patch) | |
tree | 44a3c9edc3abcb5faae2146bddff5ca8007b0994 /winsup/cygwin/ChangeLog | |
parent | 6f3375a5bfd07d53590d64d02c48e39c5f2be8f9 (diff) | |
download | cygnal-1facc71a35ea02155f53eceee74323bcec736676.tar.gz cygnal-1facc71a35ea02155f53eceee74323bcec736676.tar.bz2 cygnal-1facc71a35ea02155f53eceee74323bcec736676.zip |
* fhandler_tape.cc (mtinfo_drive::_set_pos): Take additional dont_wait
parameter. Use in call to SetTapePosition.
(mtinfo_drive::set_pos): Accomodate _set_pos calls to above change.
(mtinfo_drive::set_partition): Ditto.
* mtinfo.h (mtinfo_drive::_set_pos): Change declaration accordingly.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index df7cf3eff..2d6d8afbf 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2004-04-19 Corinna Vinschen <corinna@vinschen.de> + + * fhandler_tape.cc (mtinfo_drive::_set_pos): Take additional dont_wait + parameter. Use in call to SetTapePosition. + (mtinfo_drive::set_pos): Accomodate _set_pos calls to above change. + (mtinfo_drive::set_partition): Ditto. + * mtinfo.h (mtinfo_drive::_set_pos): Change declaration accordingly. + 2004-04-16 Corinna Vinschen <corinna@vinschen.de> * autoload.cc (NtCreateFile): Add. |