CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-12-14 16:38:23

Modified files:
        winsup/cygwin  : ChangeLog fhandler.cc fhandler_disk_file.cc 
                         fhandler_mem.cc fhandler_raw.cc 

Log message:
        * fhandler.cc (ACCFLAGS): Remove macro.
        (fhandler_base::get_default_fmode): Use O_ACCMODE instead of ACCFLAGS
        and or'ed read/write flags.
        (fhandler_base::open_9x): Use O_ACCMODE instead of or'ed read/write
        flags.
        (fhandler_base::open): Ditto.
        * fhandler_disk_file.cc (fhandler_base::open_fs): Ditto.
        * fhandler_mem.cc (fhandler_dev_mem::open): Ditto.
        * fhandler_raw.cc (fhandler_dev_raw::open): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3261&r2=1.3262
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.246&r2=1.247
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.149&r2=1.150
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_mem.cc.diff?cvsroot=src&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_raw.cc.diff?cvsroot=src&r1=1.64&r2=1.65

Reply via email to