diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-16 00:20:22 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-16 00:20:22 +0000 |
commit | 726b116dcac3d23fe05dca083c5412a595be8637 (patch) | |
tree | 567a6099c024db07414c8cd3242f975a64ee9287 /libc/inet/rpc/pmap_clnt.c | |
parent | 0d212a2b26a764bba1c8220ee84547247bd78ad8 (diff) |
some global data relocs gone
Diffstat (limited to 'libc/inet/rpc/pmap_clnt.c')
-rw-r--r-- | libc/inet/rpc/pmap_clnt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/rpc/pmap_clnt.c b/libc/inet/rpc/pmap_clnt.c index 03a1d3321..c4bce4f3b 100644 --- a/libc/inet/rpc/pmap_clnt.c +++ b/libc/inet/rpc/pmap_clnt.c @@ -56,6 +56,7 @@ libc_hidden_proto(exit) libc_hidden_proto(clnt_perror) libc_hidden_proto(clntudp_bufcreate) libc_hidden_proto(xdr_bool) +libc_hidden_proto(xdr_pmap) /* * Same as get_myaddress, but we try to use the loopback |