From 1f2cf521679b7aa9e04259ca7f40157ff6ca854b Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Sun, 27 Jul 2014 09:49:24 -0600 Subject: [PATCH] Fix author in definition file for inet_pton patch. --- patches/Makefile | 4 ++-- patches/ws2_32-inet_pton/definition | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/Makefile b/patches/Makefile index 096058fd..4b11bb77 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -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 diff --git a/patches/ws2_32-inet_pton/definition b/patches/ws2_32-inet_pton/definition index 18d5112c..e742532e 100644 --- a/patches/ws2_32-inet_pton/definition +++ b/patches/ws2_32-inet_pton/definition @@ -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