diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/arpa/inet.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 9fe74b64ac8..5b957ed3785 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -1,4 +1,4 @@ -/* $NetBSD: inet.h,v 1.16 2003/06/30 15:14:17 kleink Exp $ */ +/* $NetBSD: inet.h,v 1.17 2003/06/30 15:45:02 kleink Exp $ */ /* * ++Copyright++ 1983, 1993 @@ -86,8 +86,8 @@ in_addr_t inet_network __P((const char *)); char *inet_ntoa __P((struct in_addr)); #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \ defined(_NETBSD_SOURCE) -const char *inet_ntop __P((int, const void * __restrict , - char * __restrict , socklen_t)); +const char *inet_ntop __P((int, const void * __restrict, + char * __restrict, socklen_t)); int inet_pton __P((int, const char * __restrict, void * __restrict)); #endif |
