From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- libc/inet/ntop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/inet/ntop.c') diff --git a/libc/inet/ntop.c b/libc/inet/ntop.c index e24ac8de1..dbc71815a 100644 --- a/libc/inet/ntop.c +++ b/libc/inet/ntop.c @@ -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) { -- cgit v1.2.3