bug-gnulib
[Top][All Lists]
Advanced

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

Re: getaddrinfo test: ignore failure on IRIX


From: Bruno Haible
Subject: Re: getaddrinfo test: ignore failure on IRIX
Date: Sat, 12 Apr 2008 12:08:23 +0200
User-agent: KMail/1.5.4

Simon Josefsson wrote:
> Could we maybe limit the workaround to IRIX?

Please do so if you find it useful. You maintain this module, not me.
The platform test is '#ifdef __sgi'.

> Then we'll get reports for other platforms that also may not support
> https.  Knowing which those platforms are may be useful.  Or what do you
> think?  I'm not sure.

We now know of 2 platforms which don't support "https" here. I think it's
worth now to write a getaddrinfo wrapper which translates "https" to "443"
by use of getservbyname or getservbyname_r and then calls the original
getaddrinfo. Yes, that would be a different implementation than the current
100% replacement in getaddrinfo.c.

Bruno





reply via email to

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