From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- libc/inet/rpc/xdr_rec.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libc/inet/rpc/xdr_rec.c') diff --git a/libc/inet/rpc/xdr_rec.c b/libc/inet/rpc/xdr_rec.c index 38349f4ad..af5eb5217 100644 --- a/libc/inet/rpc/xdr_rec.c +++ b/libc/inet/rpc/xdr_rec.c @@ -146,7 +146,7 @@ static bool_t get_input_bytes (RECSTREAM *, caddr_t, int) internal_function; * write respectively. They are like the system * calls expect that they take an opaque handle rather than an fd. */ -libc_hidden_proto(xdrrec_create) +/* libc_hidden_proto(xdrrec_create) */ void xdrrec_create (XDR *xdrs, u_int sendsize, u_int recvsize, caddr_t tcp_handle, @@ -481,7 +481,7 @@ xdrrec_putint32 (XDR *xdrs, const int32_t *ip) * Before reading (deserializing from the stream, one should always call * this procedure to guarantee proper record alignment. */ -libc_hidden_proto(xdrrec_skiprecord) +/* libc_hidden_proto(xdrrec_skiprecord) */ bool_t xdrrec_skiprecord (XDR *xdrs) { @@ -505,7 +505,7 @@ libc_hidden_def(xdrrec_skiprecord) * Returns TRUE iff there is no more input in the buffer * after consuming the rest of the current record. */ -libc_hidden_proto(xdrrec_eof) +/* libc_hidden_proto(xdrrec_eof) */ bool_t xdrrec_eof (XDR *xdrs) { @@ -531,7 +531,7 @@ libc_hidden_def(xdrrec_eof) * (output) tcp stream. (This lets the package support batched or * pipelined procedure calls.) TRUE => immediate flush to tcp connection. */ -libc_hidden_proto(xdrrec_endofrecord) +/* libc_hidden_proto(xdrrec_endofrecord) */ bool_t xdrrec_endofrecord (XDR *xdrs, bool_t sendnow) { -- cgit v1.2.3