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/rpc/pm_getport.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libc/inet/rpc/pm_getport.c') diff --git a/libc/inet/rpc/pm_getport.c b/libc/inet/rpc/pm_getport.c index 327fb9101..fa9780c22 100644 --- a/libc/inet/rpc/pm_getport.c +++ b/libc/inet/rpc/pm_getport.c @@ -44,10 +44,10 @@ static char sccsid[] = "@(#)pmap_getport.c 1.9 87/08/11 Copyr 1984 Sun Micro"; #include #include -libc_hidden_proto(clntudp_bufcreate) -libc_hidden_proto(__rpc_thread_createerr) -libc_hidden_proto(xdr_u_short) -libc_hidden_proto(xdr_pmap) +/* libc_hidden_proto(clntudp_bufcreate) */ +/* libc_hidden_proto(__rpc_thread_createerr) */ +/* libc_hidden_proto(xdr_u_short) */ +/* libc_hidden_proto(xdr_pmap) */ static const struct timeval timeout = {5, 0}; @@ -59,7 +59,7 @@ static const struct timeval tottimeout = * Calls the pmap service remotely to do the lookup. * Returns 0 if no map exists. */ -libc_hidden_proto(pmap_getport) +/* libc_hidden_proto(pmap_getport) */ u_short pmap_getport (address, program, version, protocol) struct sockaddr_in *address; -- cgit v1.2.3