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

2006-01-09 Thread Bruno Haible
Simon Josefsson wrote: > > - 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. > > Strictly, I don't believe it is needed -- arpa/inet.h must provide a > prototype for inet_ntop and

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

2006-01-06 Thread Bruno Haible
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 curren