Github user jablko commented on the issue:

    https://github.com/apache/trafficserver/pull/1328
  
    @bgaff Thanks! I messaged @jirib to see if building Traffic Server works 
for him now. This is the last of the four issues he reported, but yeah, I 
suspect there'll be more once his build gets past this point.
    
    Either way, I think this change is productive, since 1) it moves a step 
closer to building on this platform -- OpenBSD doesn't implement 
gethostbyname_r(), 2) "The gethostbyname*() and gethostbyaddr*() functions are 
obsolete." at least according to [1]. "Applications should use getaddrinfo(3) 
and getnameinfo(3) instead.", and 3) this is the only occurrence of 
gethostbyname_r(), whereas we already depend on getaddrinfo() -- it's used 
elsewhere in the code.
    
    [1] https://linux.die.net/man/3/gethostbyname_r


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to