[vlc-devel] [PATCH 1/2] compat: freeaddrinfo: fix compilation warning
KO Myung-Hun
komh78 at gmail.com
Wed Jun 24 06:07:21 CEST 2015
Jean-Baptiste Kempf wrote:
> This is incorrect, and should be in vlc_fixup.
>
Fixed.
> On 19 Jun, KO Myung-Hun wrote :
>> ---
>> compat/freeaddrinfo.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/compat/freeaddrinfo.c b/compat/freeaddrinfo.c
>> index fecc3fa..15ef439 100644
>> --- a/compat/freeaddrinfo.c
>> +++ b/compat/freeaddrinfo.c
>> @@ -29,6 +29,8 @@
>>
>> #include <stdlib.h>
>>
>> +void freeaddrinfo (struct addrinfo *res);
>> +
>> /*
>> * This function must be used to free the memory allocated by getaddrinfo().
>> */
>> --
>> 1.9.5
>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
>
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-compat-freeaddrinfo-fix-compilation-warning.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150624/34af9753/attachment.ksh>
More information about the vlc-devel
mailing list