diff options
Diffstat (limited to 'libc/inet/ntop.c')
-rw-r--r-- | libc/inet/ntop.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/inet/ntop.c b/libc/inet/ntop.c index f19556dcd..dbc71815a 100644 --- a/libc/inet/ntop.c +++ b/libc/inet/ntop.c @@ -35,8 +35,8 @@ /* Experimentally off - libc_hidden_proto(strchr) */ /* Experimentally off - libc_hidden_proto(strcpy) */ /* Experimentally off - libc_hidden_proto(strlen) */ -libc_hidden_proto(sprintf) -libc_hidden_proto(tolower) +/* libc_hidden_proto(sprintf) */ +/* libc_hidden_proto(tolower) */ /* * WARNING: Don't even consider trying to compile this on a system where @@ -358,7 +358,7 @@ inet_pton6(const char *src, u_char *dst) * author: * Paul Vixie, 1996. */ -libc_hidden_proto(inet_ntop) +/* libc_hidden_proto(inet_ntop) */ const char * inet_ntop(int af, const void *src, char *dst, socklen_t size) { @@ -389,7 +389,7 @@ libc_hidden_def(inet_ntop) * author: * Paul Vixie, 1996. */ -libc_hidden_proto(inet_pton) +/* libc_hidden_proto(inet_pton) */ int inet_pton(int af, const char *src, void *dst) { |