Merge branch 'compile-with-cray' into release

This commit is contained in:
Brad King 2014-07-17 09:43:27 -04:00
commit 9d2bada3d4
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ Curl_addrinfo *Curl_ip2addr(in_addr_t num, const char *hostname, int port)
h = &buf->hostentry;
h->h_addr_list = &buf->h_addr_list[0];
addrentry = &buf->addrentry;
#ifdef _CRAYC
#ifdef _CRAY
/* On UNICOS, s_addr is a bit field and for some reason assigning to it
* doesn't work. There must be a better fix than this ugly hack.
*/