http://bugs.winehq.org/show_bug.cgi?id=9787
--- Comment #281 from Lukáš Krejza gryffus@hkfree.org 2008-10-11 20:43:33 --- Patch 15523 is not accepting for me right in current GIT... Log follows:
gryffus@gryffus:~/wine-git> patch -p1 < acceptex.patch patching file dlls/mswsock/mswsock.spec patching file dlls/ws2_32/socket.c Hunk #1 succeeded at 192 with fuzz 1 (offset -2 lines). Hunk #2 succeeded at 246 (offset 1 line). Hunk #3 succeeded at 1077 (offset 1 line). patching file dlls/ws2_32/ws2_32.spec patching file include/wine/server_protocol.h Hunk #4 succeeded at 4369 (offset 30 lines). Hunk #5 succeeded at 4459 (offset 30 lines). Hunk #6 succeeded at 4612 (offset 32 lines). Hunk #7 succeeded at 4702 (offset 32 lines). Hunk #8 succeeded at 4853 (offset 34 lines). Hunk #9 succeeded at 4943 (offset 34 lines). Hunk #10 FAILED at 5045. 1 out of 10 hunks FAILED -- saving rejects to file include/wine/server_protocol.h.rej patching file server/async.c patching file server/fd.c patching file server/file.h patching file server/protocol.def patching file server/request.h Hunk #3 succeeded at 397 (offset 2 lines). Hunk #4 succeeded at 487 (offset 2 lines). patching file server/sock.c patching file server/trace.c Hunk #4 succeeded at 3855 (offset 20 lines). Hunk #5 succeeded at 3945 (offset 20 lines). Hunk #6 succeeded at 4094 (offset 22 lines). Hunk #7 succeeded at 4185 (offset 22 lines). Hunk #8 succeeded at 4333 (offset 24 lines). Hunk #9 succeeded at 4423 (offset 24 lines).
compile log (end):
make[2]: Entering directory `/home/gryffus/wine-git/dlls/ws2_32' ../../tools/winebuild/winebuild -w --def -o libws2_32.def --export ./ws2_32.spec ./ws2_32.spec:122: 'AcceptEx' redefined ./ws2_32.spec:120: First defined here ./ws2_32.spec:123: 'GetAcceptExSockaddrs' redefined ./ws2_32.spec:121: First defined here make[2]: *** [libws2_32.def] Error 1 make[2]: Leaving directory `/home/gryffus/wine-git/dlls/ws2_32' make[1]: *** [ws2_32/libws2_32.def] Error 2 make[1]: Leaving directory `/home/gryffus/wine-git/dlls' make: *** [dlls] Error 2