diff options
-rw-r--r-- | net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h b/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h index e9ca6f5f9cc1..73e127905e5f 100644 --- a/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h +++ b/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h @@ -4,7 +4,7 @@ extern "C" { #endif -+#ifdef __sparc64__ || __amd64__ || __alpha__ ++#if defined(__sparc64__) || defined(__amd64__) || defined(__alpha__) || defined(__ia64__) +const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); +#else const char *inet_ntop(int af, const void *src, char *dst, size_t size); |