ChangeSet ID: 998609133376659975387156
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/08/23 19:25:33
Modified files:
dlls/winsock : socket.c
server : sock.c
Log message:
Daniel Walker <diwalker(a)earthlink.net>
- Fix for nonblocking sockets using WSAEventSelect() (patch from Ove
Kaaven).
- Changed WSAEnumNetworkEvents() so it only returns events that the
application is looking for.
- Changed sock_poll_event() to interpret a POLLIN event with zero
bytes waiting to be read as a POLLHUP.
Patch: http://cvs.winehq.com/patch.py?id=998609133376659975387156
Revision Changes Path
1.57 +1 -1 wine/dlls/winsock/socket.c
1.19 +15 -7 wine/server/sock.c