summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2003-06-30 15:45:02 +0000
committerkleink <kleink@NetBSD.org>2003-06-30 15:45:02 +0000
commitf77e77ff4b7bb00e2c52eb3b0596ca996e12d015 (patch)
tree11a055eb43c9b7d70dfea856acba901b97f51e59 /include
parent22c08fe417b135e837fce219e5ba750b12a6c918 (diff)
Remove whitespace accident in previous; spotted by Thomas Klausner.
Diffstat (limited to 'include')
-rw-r--r--include/arpa/inet.h6
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