CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-04-01 09:48:17

Modified files:
        winsup/cygwin  : ChangeLog fhandler_socket.cc net.cc 
                         wsock_event.h 

Log message:
        * fhandler_socket.cc (fhandler_socket::sendto): Drop out of loop if
        has_been_closed gets set.
        (fhandler_socket::sendmsg): Ditto.
        * net.cc (wsock_event::wait): Don't initialize evts.  Don't try to
        evaluate network events if WSAEnumNetworkEvents fails.
        (wsock_event::release): Save last WSA error and set it again unless
        resetting to blocking socket fails.
        * wsock_event.h (class wsock_event): Remove destructor.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2391&r2=1.2392
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.125&r2=1.126
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.165&r2=1.166
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wsock_event.h.diff?cvsroot=src&r1=1.2&r2=1.3

Reply via email to