diff options
| author | Xin LI <delphij@FreeBSD.org> | 2007-06-14 07:13:28 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2007-06-14 07:13:28 +0000 |
| commit | 0bb263df82e129f5f8c82da6deb55dfe10daa677 (patch) | |
| tree | 5499a5a1c9adc888dfad16a42918098269cca4c5 /include/arpa | |
| parent | a7429823788ea244b1bfb57a0a6ffc9da8885c84 (diff) | |
Notes
Diffstat (limited to 'include/arpa')
| -rw-r--r-- | include/arpa/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h index fdc770862c31..c6a4d0775fcf 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -148,7 +148,7 @@ uint16_t ntohs(uint16_t); in_addr_t inet_addr(const char *); /*const*/ char *inet_ntoa(struct in_addr); -char *inet_ntoa_r(struct in_addr, char *buf); +char *inet_ntoa_r(struct in_addr, char *buf, socklen_t size); const char *inet_ntop(int, const void * __restrict, char * __restrict, socklen_t); int inet_pton(int, const char * __restrict, void * __restrict); |
