diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-05 10:27:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-05 10:27:49 +0000 |
commit | 862c69e7495ae12c16a02e3cf53c0ec9312103ae (patch) | |
tree | d105fd79da1b975d24a36754aacecd346ec623ac /net/beacon | |
parent | 470b67fe4dadff14f513c06f02ba6c1b883c2d73 (diff) |
Notes
Diffstat (limited to 'net/beacon')
-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); |