Fix author in definition file for inet_pton patch.

This commit is contained in:
Erich E. Hoover 2014-07-27 09:49:24 -06:00
parent 98fb8a1c69
commit 1f2cf52167
2 changed files with 3 additions and 3 deletions

View File

@ -603,7 +603,7 @@ ws2_32-TransmitFile.ok:
# Patchset ws2_32-inet_pton
# |
# | Included patches:
# | * Implement ws2_32.inet_pton. [by Erich E. Hoover]
# | * Implement ws2_32.inet_pton. [by Bruno Jesus]
# |
# | This patchset fixes the following Wine bugs:
# | * [#36713] Watch_Dogs requires ws2_32.inet_pton
@ -614,7 +614,7 @@ ws2_32-TransmitFile.ok:
ws2_32-inet_pton.ok:
$(PATCH) < ws2_32-inet_pton/0001-ws2_32-Implement-inet_pton.patch
@( \
echo '+ { "ws2_32-inet_pton", "Erich E. Hoover", "Implement ws2_32.inet_pton." },'; \
echo '+ { "ws2_32-inet_pton", "Bruno Jesus", "Implement ws2_32.inet_pton." },'; \
) > ws2_32-inet_pton.ok
# Patchset wtsapi32-EnumerateProcesses

View File

@ -1,4 +1,4 @@
Author: Erich E. Hoover
Author: Bruno Jesus
Subject: Implement ws2_32.inet_pton.
Revision: 1
Fixes: [36713] Support for ws2_32.inet_pton