server-OpenProcess: Update to latest version of the patch.

This commit is contained in:
Sebastian Lackner
2014-08-23 07:39:07 +02:00
parent 26b0797bcb
commit fe0aa3f54d
3 changed files with 39 additions and 10 deletions

View File

@@ -695,19 +695,19 @@ server-Misc_ACL.ok:
# Patchset server-OpenProcess
# |
# | Included patches:
# | * Return error when opening a terminating process. [rev 2, by Michael Müller]
# | * Return error when opening a terminating process. [rev 3, by Michael Müller]
# |
# | This patchset fixes the following Wine bugs:
# | * [#37087] Return an error when trying to open a terminated process
# |
# | Modified files:
# | * server/process.c
# | * server/process.c, server/process.h
# |
.INTERMEDIATE: server-OpenProcess.ok
server-OpenProcess.ok:
$(call APPLY_FILE,server-OpenProcess/0001-server-Return-error-when-opening-a-terminating-proce.patch)
@( \
echo '+ { "server-OpenProcess", "Michael Müller", "Return error when opening a terminating process. [rev 2]" },'; \
echo '+ { "server-OpenProcess", "Michael Müller", "Return error when opening a terminating process. [rev 3]" },'; \
) > server-OpenProcess.ok
# Patchset server-Stored_ACLs