CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-04-09 20:39:19

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_floppy.cc 
                         fhandler_raw.cc fhandler_tape.cc mtinfo.h 

Log message:
        * fhandler.h (class fhandler_dev_raw): Move status bits into protected
        bitfield struct type status_flags.  Drop unused has_written bit.
        Add accessor methods.
        (fhandler_dev_raw::clear): Remove.
        (fhandler_dev_raw::reset_devbuf): Remove.
        * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Use accessor method
        for is_writing.
        * fhandler_raw.cc: Use status accessor methods throughout.
        (fhandler_dev_raw::clear): Remove.
        (fhandler_dev_raw::fhandler_dev_raw): Drop clear call.
        (fhandler_dev_raw::~fhandler_dev_raw): Ditto.
        * fhandler_tape.cc: Use mtinfo::status accessor methods throughout.
        (mtinfo_drive::close): Fix conditional to enable BSD semantics
        correctly.
        (mtinfo_drive::get_status): Rename from mtinfo_drive::status.
        * mtinfo.h (class mtinfo_drive): Move status bits into private bitfield
        struct type status_flags.  Add accessor methods.
        Rename status method to get_status.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2410&r2=1.2411
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.197&r2=1.198
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_floppy.cc.diff?cvsroot=src&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_raw.cc.diff?cvsroot=src&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tape.cc.diff?cvsroot=src&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mtinfo.h.diff?cvsroot=src&r1=1.1&r2=1.2

Reply via email to