ChangeSet ID: 9177
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/02 13:12:20
Modified files:
dlls/winsock : socket.c async.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
_ws_gethostbyname() and WSAAsyncGetHostByName() when called with a
null name, should use the name returned by gethostname().
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9177
Old revision New revision Changes Path
1.134 1.135 +10 -0 wine/dlls/winsock/socket.c
1.29 1.30 +10 -0 wine/dlls/winsock/async.c
ChangeSet ID: 9172
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/01 19:57:01
Modified files:
programs : winelauncher.in
Log message:
Marcus Meissner <meissner(a)suse.de>
Change all head -1 to head -n 1 to be more POSIXly compliant.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9172
Old revision New revision Changes Path
1.2 1.3 +6 -6 wine/programs/winelauncher.in