tgetaddrinfo: disable ICMP tests for Haiku

They're not supported by Haiku's getaddrinfo()

(cherry picked from commit 51d998390c)
This commit is contained in:
Leorize
2019-08-02 17:39:22 +07:00
committed by narimiran
parent 8a007cf4ca
commit f26124fac2

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