tgetaddrinfo: disable ICMP tests for Haiku

They're not supported by Haiku's getaddrinfo()
This commit is contained in:
Leorize
2019-08-02 17:39:22 +07:00
committed by Dominik Picheta
parent df32c45757
commit 51d998390c

View File

@@ -15,7 +15,7 @@ block DGRAM_UDP:
doAssert aiList.ai_next == nil
freeAddrInfo aiList
when defined(posix):
when defined(posix) and not defined(haiku):
block RAW_ICMP:
# the port will be ignored