summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/pmap_getport.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-16 00:20:22 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-16 00:20:22 +0000
commit726b116dcac3d23fe05dca083c5412a595be8637 (patch)
tree567a6099c024db07414c8cd3242f975a64ee9287 /libc/inet/rpc/pmap_getport.c
parent0d212a2b26a764bba1c8220ee84547247bd78ad8 (diff)
some global data relocs gone
Diffstat (limited to 'libc/inet/rpc/pmap_getport.c')
-rw-r--r--libc/inet/rpc/pmap_getport.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/rpc/pmap_getport.c b/libc/inet/rpc/pmap_getport.c
index b5e82924d..fe3ed82f8 100644
--- a/libc/inet/rpc/pmap_getport.c
+++ b/libc/inet/rpc/pmap_getport.c
@@ -45,6 +45,8 @@ static char sccsid[] = "@(#)pmap_getport.c 1.9 87/08/11 Copyr 1984 Sun Micro";
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};