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/inet_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/inet_net.c') diff --git a/libc/inet/inet_net.c b/libc/inet/inet_net.c index 93457e7ae..477d67dc9 100644 --- a/libc/inet/inet_net.c +++ b/libc/inet/inet_net.c @@ -49,7 +49,7 @@ * The library routines call this routine to interpret * network numbers. */ -libc_hidden_proto(inet_network) +/* libc_hidden_proto(inet_network) */ in_addr_t inet_network(const char *cp) { -- cgit v1.2.3