diff options
Diffstat (limited to 'libc/inet/rpc/pm_getmaps.c')
-rw-r--r-- | libc/inet/rpc/pm_getmaps.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libc/inet/rpc/pm_getmaps.c b/libc/inet/rpc/pm_getmaps.c index 1760adf37..bcdbbf4e0 100644 --- a/libc/inet/rpc/pm_getmaps.c +++ b/libc/inet/rpc/pm_getmaps.c @@ -48,11 +48,11 @@ static char sccsid[] = "@(#)pmap_getmaps.c 1.10 87/08/11 Copyr 1984 Sun Micro"; #include <errno.h> #include <unistd.h> -libc_hidden_proto(clnt_perror) -libc_hidden_proto(clnttcp_create) -libc_hidden_proto(xdr_pmap) -libc_hidden_proto(xdr_pmaplist) -libc_hidden_proto(xdr_void) +/* libc_hidden_proto(clnt_perror) */ +/* libc_hidden_proto(clnttcp_create) */ +/* libc_hidden_proto(xdr_pmap) */ +/* libc_hidden_proto(xdr_pmaplist) */ +/* libc_hidden_proto(xdr_void) */ /* * Get a copy of the current port maps. |