diff options
Diffstat (limited to 'libc/inet/rpc/rpc_cmsg.c')
-rw-r--r-- | libc/inet/rpc/rpc_cmsg.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/inet/rpc/rpc_cmsg.c b/libc/inet/rpc/rpc_cmsg.c index 0d8aac627..a8c257344 100644 --- a/libc/inet/rpc/rpc_cmsg.c +++ b/libc/inet/rpc/rpc_cmsg.c @@ -45,17 +45,10 @@ static char sccsid[] = "@(#)rpc_callmsg.c 1.4 87/08/11 Copyr 1984 Sun Micro"; #include <sys/param.h> #include <rpc/rpc.h> -/* Experimentally off - libc_hidden_proto(memcpy) */ -/* libc_hidden_proto(xdr_enum) */ -/* libc_hidden_proto(xdr_opaque) */ -/* libc_hidden_proto(xdr_u_int) */ -/* libc_hidden_proto(xdr_u_long) */ -/* libc_hidden_proto(xdr_opaque_auth) */ /* * XDR a call message */ -/* libc_hidden_proto(xdr_callmsg) */ bool_t xdr_callmsg (XDR *xdrs, struct rpc_msg *cmsg) { |