ChangeSet ID: 7690 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/27 18:36:13
Modified files: server : signal.c request.c scheduler : client.c include/wine : port.h include : config.h.in files : drive.c dlls/winsock : socket.c dlls/rpcrt4 : rpcrt4_main.c dlls/netapi32 : netapi32.c . : configure.ac configure aclocal.m4
Log message: Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard AC_CHECK_MEMBERS. Added check for si_fd in siginfo_t.
Patch: http://cvs.winehq.com/patch.py?id=7690
Old revision New revision Changes Path 1.2 1.3 +2 -0 wine/server/signal.c 1.78 1.79 +10 -10 wine/server/request.c 1.94 1.95 +11 -11 wine/scheduler/client.c 1.35 1.36 +1 -1 wine/include/wine/port.h 1.145 1.146 +18 -15 wine/include/config.h.in 1.85 1.86 +2 -2 wine/files/drive.c 1.121 1.122 +2 -2 wine/dlls/winsock/socket.c 1.41 1.42 +2 -2 wine/dlls/rpcrt4/rpcrt4_main.c 1.9 1.10 +2 -2 wine/dlls/netapi32/netapi32.c 1.138 1.139 +9 -41 wine/configure.ac 1.409 1.410 +411 -65 wine/configure 1.8 1.9 +0 -10 wine/aclocal.m4