CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2013-03-07 15:39:35

Modified files:
        winsup/cygwin  : ChangeLog fhandler_socket.cc 
        winsup/cygwin/include/sys: un.h 

Log message:
        * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN to
        follow Linux.
        * fhandler_socket.cc: Change UNIX_PATH_LEN to UNIX_PATH_MAX throughout.
        (fhandler_socket::recv_internal): Don't return prematurely in case of
        successful return.  For AF_LOCAL sockets, overwrite returned AF_INET
        name with AF_LOCAL name.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6073&r2=1.6074
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.297&r2=1.298
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/un.h.diff?cvsroot=src&r1=1.6&r2=1.7

Reply via email to