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_prot2.c | |
parent | 0d212a2b26a764bba1c8220ee84547247bd78ad8 (diff) |
some global data relocs gone
Diffstat (limited to 'libc/inet/rpc/pmap_prot2.c')
-rw-r--r-- | libc/inet/rpc/pmap_prot2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/inet/rpc/pmap_prot2.c b/libc/inet/rpc/pmap_prot2.c index 187b19e8c..5adc4ee2e 100644 --- a/libc/inet/rpc/pmap_prot2.c +++ b/libc/inet/rpc/pmap_prot2.c @@ -44,6 +44,7 @@ static char sccsid[] = "@(#)pmap_prot2.c 1.3 87/08/11 Copyr 1984 Sun Micro"; libc_hidden_proto(xdr_bool) libc_hidden_proto(xdr_reference) +libc_hidden_proto(xdr_pmap) /* * What is going on with linked lists? (!) @@ -83,6 +84,7 @@ libc_hidden_proto(xdr_reference) * the net, yet is the data that the pointer points to which is interesting; * this sounds like a job for xdr_reference! */ +libc_hidden_proto(xdr_pmaplist) bool_t xdr_pmaplist (xdrs, rp) XDR *xdrs; @@ -118,3 +120,4 @@ xdr_pmaplist (xdrs, rp) rp = freeing ? next : &((*rp)->pml_next); } } +libc_hidden_def(xdr_pmaplist) |