mirror of
https://github.com/curl/curl.git
synced 2026-08-05 18:36:13 +03:00
James Bursa fixes: find the hosts file on RISC OS, and made it build with
newer gcc versions that no longer defines "riscos".
This commit is contained in:
parent
15ab13dc42
commit
00c7780fcb
3 changed files with 10 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ DhcpNameServer
|
|||
if (status == ARES_SUCCESS)
|
||||
status = ARES_EOF;
|
||||
|
||||
#elif defined(riscos)
|
||||
#elif defined(__riscos__)
|
||||
|
||||
/* Under RISC OS, name servers are listed in the
|
||||
system variable Inet$Resolvers, space separated. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue