CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-12-05 16:50:18

Modified files:
        winsup/cygwin  : ChangeLog fhandler_tty.cc netdb.cc 

Log message:
        * fhandler_tty.cc (fhandler_tty_slave::open): Use MAX_PATH instead of
        CYG_MAX_PATH for event name buffer size.
        (fhandler_pty_master::setup): Use MAX_PATH instead of CYG_MAX_PATH for
        mutex name buffer size.
        * netdb.cc: Drop old comment.
        (open_system_file): Set path buffer size to MAX_PATH instead of
        CYG_MAX_PATH.  Drop conversion to posix path.  Open file using win32
        path.
        
        Fix typo in ChangeLog.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3965&r2=1.3966
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.177&r2=1.178
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/netdb.cc.diff?cvsroot=src&r1=1.5&r2=1.6

Reply via email to