bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: inet_ntop fix for mingw32


From: Simon Josefsson
Subject: Re: inet_ntop fix for mingw32
Date: Wed, 18 Jan 2006 09:51:56 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Bruno Haible <address@hidden> writes:

> Simon Josefsson wrote:
>> I installed this patch:
>>
>> Index: modules/socklen
>> ===================================================================
>> RCS file: /sources/gnulib/gnulib/modules/socklen,v
>> retrieving revision 1.2
>> retrieving revision 1.3
>> diff -u -p -r1.2 -r1.3
>> --- modules/socklen  15 Dec 2005 09:13:08 -0000      1.2
>> +++ modules/socklen  17 Jan 2006 17:22:37 -0000      1.3
>> @@ -12,6 +12,7 @@ gl_TYPE_SOCKLEN_T
>>  Makefile.am:
>>
>>  Include:
>> +#include <sys/socket.h>
>>
>>  License:
>>  unlimited
>
> Then 'socklen' should also have a dependency on 'sys_socket'.

Right.  I have installed this.

--- socklen     17 Jan 2006 18:20:52 +0100      1.3
+++ socklen     18 Jan 2006 09:50:52 +0100      
@@ -5,6 +5,7 @@
 m4/socklen.m4
 
 Depends-on:
+sys_socket
 
 configure.ac:
 gl_TYPE_SOCKLEN_T




reply via email to

[Prev in Thread] Current Thread [Next in Thread]