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_rmt.c | |
parent | 0d212a2b26a764bba1c8220ee84547247bd78ad8 (diff) |
some global data relocs gone
Diffstat (limited to 'libc/inet/rpc/pmap_rmt.c')
-rw-r--r-- | libc/inet/rpc/pmap_rmt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/inet/rpc/pmap_rmt.c b/libc/inet/rpc/pmap_rmt.c index 1a6286ba3..97e6be4b4 100644 --- a/libc/inet/rpc/pmap_rmt.c +++ b/libc/inet/rpc/pmap_rmt.c @@ -70,6 +70,8 @@ libc_hidden_proto(xdr_callmsg) libc_hidden_proto(xdr_replymsg) libc_hidden_proto(xdr_reference) libc_hidden_proto(xdr_u_long) +libc_hidden_proto(xdr_void) +libc_hidden_proto(xdr_rmtcallres) libc_hidden_proto(inet_makeaddr) libc_hidden_proto(inet_netof) libc_hidden_proto(clntudp_create) @@ -185,6 +187,7 @@ xdr_rmtcallres (xdrs, crp) } return FALSE; } +libc_hidden_def(xdr_rmtcallres) /* |