ChangeSet ID: 18451 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/25 13:34:32
Modified files: include : ws2spi.h dlls/winsock : socket.c protocol.c async.c
Log message: Hans Leidekker hans@it.vu.nl Fix some -Wmissing-declarations warnings. "errno" is not a good choice for a parameter name.
Patch: http://cvs.winehq.org/patch.py?id=18451
Old revision New revision Changes Path 1.4 1.5 +11 -0 wine/include/ws2spi.h 1.183 1.184 +5 -4 wine/dlls/winsock/socket.c 1.3 1.4 +1 -0 wine/dlls/winsock/protocol.c 1.34 1.35 +4 -4 wine/dlls/winsock/async.c