bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] Re: inet_ntop fix for mingw32


From: Bruno Haible
Subject: Re: [bug-gnulib] Re: inet_ntop fix for mingw32
Date: Fri, 6 Jan 2006 19:31:26 +0100
User-agent: KMail/1.5

Simon,

Yoann Vandoorselaere wrote on 2005-10-25:
> As you point out above, the untested netinet/in.h and sys/socket.h
> change might lead to compilation warnings/failure on some systems. It
> would be a good idea to check this specific change on OpenBSD 3.4 for
> example.

I now checked the current inet_ntop module on OpenBSD 3.4.
- It fails to compile because it is missing the dependency to the 'restrict'
  module. Simon, seems you forgot to commit the modules/inet_ntop patch?
- netinet/in.h is currently not included by inet_ntop.h and is not needed.
- sys/socket.h is currently included. It is not needed on OpenBSD 3.4.
  But it is needed for 'socklen_t' to be defined portably, I think - look
  at socklen.m4.

Bruno





reply via email to

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