mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
9376b74c42
the right variant of gethostbyname_r for us, since not all Linuxes are equal in this respect. Reported by Laurent Pointal. (2) On BeOS, Chris Herborth reports that instead of arpa/inet.h you must include net/netdb.h to get the inet_ntoa() and inet_addr() prototypes.