diff options
Diffstat (limited to 'libc/inet/rpc/rpc_prot.c')
-rw-r--r-- | libc/inet/rpc/rpc_prot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/rpc_prot.c b/libc/inet/rpc/rpc_prot.c index 74658e654..418aae900 100644 --- a/libc/inet/rpc/rpc_prot.c +++ b/libc/inet/rpc/rpc_prot.c @@ -146,7 +146,7 @@ static const struct xdr_discrim reply_dscrm[3] = /* * XDR a reply message */ -libc_hidden_proto(xdr_replymsg) +/* libc_hidden_proto(xdr_replymsg) */ bool_t xdr_replymsg (XDR *xdrs, struct rpc_msg *rmsg) { |