CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2009-10-07 07:52:31

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

Log message:
        * fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.
        * fhandler_termios.cc (fhandler_termios::tcgetpgrp): Only return
        valid pgid if tty is controlling tty.  Set errno to ENOTTY and
        return -1 otherwise.
        (fhandler_pty_master::tcgetpgrp): New function.  Return 0 for
        master side of pty if it's not the controlling tty of the process.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4673&r2=1.4674
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.381&r2=1.382
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=src&r1=1.74&r2=1.75

Reply via email to