mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
avoid the sensitive word as it looks bad in some people's eyes
This commit is contained in:
parent
e3a530eb61
commit
4762995d1f
1 changed files with 2 additions and 3 deletions
|
|
@ -172,9 +172,8 @@ Curl_addrinfo *Curl_ip2addr(in_addr_t num, char *hostname, int port)
|
|||
/*
|
||||
* Curl_getaddrinfo() - the ipv4 synchronous version.
|
||||
*
|
||||
* The original code to this function was once stolen from the Dancer source
|
||||
* code, written by Bjorn Reese, it has since been patched and modified
|
||||
* considerably.
|
||||
* The original code to this function was from the Dancer source code, written
|
||||
* by Bjorn Reese, it has since been patched and modified considerably.
|
||||
*
|
||||
* gethostbyname_r() is the thread-safe version of the gethostbyname()
|
||||
* function. When we build for plain IPv4, we attempt to use this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue