From cb6a88484ce0b5ffba2fe98a40e2d51f4af92eb8 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 25 Feb 2006 04:03:33 +0000 Subject: Merge from trunk. Going pretty good so far. Kind of. Okay, not really. --- libc/inet/rpc/pmap_prot2.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libc/inet/rpc/pmap_prot2.c') diff --git a/libc/inet/rpc/pmap_prot2.c b/libc/inet/rpc/pmap_prot2.c index 655400f0c..5adc4ee2e 100644 --- a/libc/inet/rpc/pmap_prot2.c +++ b/libc/inet/rpc/pmap_prot2.c @@ -38,13 +38,13 @@ static char sccsid[] = "@(#)pmap_prot2.c 1.3 87/08/11 Copyr 1984 Sun Micro"; * Copyright (C) 1984, Sun Microsystems, Inc. */ -#define xdr_bool __xdr_bool -#define xdr_reference __xdr_reference - #include #include #include +libc_hidden_proto(xdr_bool) +libc_hidden_proto(xdr_reference) +libc_hidden_proto(xdr_pmap) /* * What is going on with linked lists? (!) @@ -84,6 +84,7 @@ static char sccsid[] = "@(#)pmap_prot2.c 1.3 87/08/11 Copyr 1984 Sun Micro"; * 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; @@ -119,3 +120,4 @@ xdr_pmaplist (xdrs, rp) rp = freeing ? next : &((*rp)->pml_next); } } +libc_hidden_def(xdr_pmaplist) -- cgit v1.2.3