On Fri, 20 Jul 2001, Dale Ghent wrote:

| On 20 Jul 2001, Ian Holsman wrote:
|
| | yes.
| | After applying Justin's patch, and re-running the load
| | the fault disappears.
| | so +1 on the patch from me.
|
| Wait, if you're running this on sol8, you should be using getaddrinfo(),
| not gethostbyname*. Right? sol8 *should* satisfy the #ifdef in
| sa_common.c for getaddrinfo()

aha, a nm of my httpd binary shows that both getaddrinfo() and
gethostbyname() are being used. Whatever APR function is using
gethostbyname() could/should probably be using () on platforms that
support it (such as sol8.)

/dale

Reply via email to