From f77e77ff4b7bb00e2c52eb3b0596ca996e12d015 Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 30 Jun 2003 15:45:02 +0000 Subject: Remove whitespace accident in previous; spotted by Thomas Klausner. --- include/arpa/inet.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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 -- cgit