6 Oct
2004
6 Oct
'04
6:52 p.m.
ChangeSet ID: 14071 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/10/06 13:52:51 Modified files: dlls/winsock/tests: sock.c dlls/winsock : socket.c Log message: Rein Klazes <rklazes(a)xs4all.nl> - Fix WS_getsockopt for the options SO_LINGER, SO_RCVTIMEO and SO_SNDTIMEO by adding data conversion from Unix to windows. - Added a test for this. Patch: http://cvs.winehq.org/patch.py?id=14071 Old revision New revision Changes Path 1.14 1.15 +60 -0 wine/dlls/winsock/tests/sock.c 1.160 1.161 +45 -18 wine/dlls/winsock/socket.c