CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2003-03-04 04:07:35

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_tty.cc 

Log message:
        * fhandler.h (fhandler_tty_slave::close): Declare new function.
        (fhandler_tty_slave::dup): Declare new function.
        (fhandler_tty_slave::fixup_after_function): Declare new function.
        * fhandler_tty.cc (fhandler_tty_slave_open): Only increment
        fhandler_console::open_fhs when associated with a pty.
        (fhandler_tty_slave::close): Define new function.  Decrement
        fhandler_console::open_fhs when associated with a pty.
        (fhandler_tty_slave::dup): Define new function.  Increment
        fhandler_console::open_fhs when associated with a pty.
        (fhandler_tty_slave::fixup_after_fork): Define new function.  Increment
        fhandler_console::open_fhs when associated with a pty.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1791&r2=1.1792
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.156&r2=1.157
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.92&r2=1.93

Reply via email to