CVSROOT: /cvs/src
Module name: src
Changes by: [EMAIL PROTECTED] 2003-03-11 13:05:37
Modified files:
winsup/cygwin : ChangeLog fhandler_socket.cc
Log message:
2003-03-11 Corinna Vinschen <[EMAIL PROTECTED]>
* fhandler_socket.cc (fhandler_socket::dup): On NT systems avoid
using WinSock2 socket duplication methods. Add comment.
2003-03-11 Pierre Humblet <[EMAIL PROTECTED]>
* fhandler_socket.cc (fhandler_socket::fixup_after_fork):
Set io_handle to INVALID_SOCKET in case of failure.
(fhandler_socket::dup): Return 0 if the io_handle is valid.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1812&r2=1.1813
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.86&r2=1.87