src/winsup/cygwin ChangeLog fhandler_raw.cc
corinna@sourceware.cygnus.com
corinna@sourceware.cygnus.com
Fri May 12 11:34:00 GMT 2000
CVSROOT: /cvs/src
Module name: src
Changes by: corinna@sourceware.cygnus.com 00/05/12 11:34:50
Modified files:
winsup/cygwin : ChangeLog fhandler_raw.cc
Log message:
* fhandler_raw.cc (write_file, read_file): New wrapper functions
for WriteFile and ReadFile to get rid of ERROR_MEDIA_CHANGED
and ERROR_BUS_RESET in case of first access to tape.
(fhandler_dev_raw::raw_write): Use write_file instead of WriteFile.
(fhandler_dev_raw::raw_read): Use read_file instead of ReadFile.
Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.94&r2=1.95
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_raw.cc.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
More information about the Cygwin-cvs
mailing list