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/getnetbyad.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/inet/getnetbyad.c') diff --git a/libc/inet/getnetbyad.c b/libc/inet/getnetbyad.c index c916a18cf..735005a62 100644 --- a/libc/inet/getnetbyad.c +++ b/libc/inet/getnetbyad.c @@ -20,9 +20,9 @@ #include #include -libc_hidden_proto(setnetent) -libc_hidden_proto(getnetent) -libc_hidden_proto(endnetent) +/* libc_hidden_proto(setnetent) */ +/* libc_hidden_proto(getnetent) */ +/* libc_hidden_proto(endnetent) */ extern smallint _net_stayopen attribute_hidden; -- cgit v1.2.3