CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-11-28 16:45:34

Modified files:
        winsup/cygwin  : ChangeLog fhandler_tape.cc fhandler_tty.cc 
                         syscalls.cc 
        winsup/cygwin/libc: bsdlib.cc 

Log message:
        * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead of
        CYG_MAX_PATH.
        * fhandler_tty.cc (fhandler_pty_master::ptsname): Set buffer size to
        TTY_NAME_MAX.
        * syscalls.cc (ttyname): Eliminate the `+ 1' from the name buffer size
        since TTY_NAME_MAX already counts the trailing NUL.
        * libc/bsdlib.cc (openpty): Set pts buffer size to TTY_NAME_MAX.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3958&r2=1.3959
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tape.cc.diff?cvsroot=src&r1=1.65&r2=1.66
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.176&r2=1.177
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.467&r2=1.468
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/libc/bsdlib.cc.diff?cvsroot=src&r1=1.9&r2=1.10

Reply via email to