From 21730caa6647f645974e132ca8afec79b4eeab2b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 18 Sep 2009 20:57:40 +0200 Subject: trim Experimentally off and uncommented hidden sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer --- libc/inet/rpc/rpc_cmsg.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libc/inet/rpc/rpc_cmsg.c') 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 #include -/* 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) { -- cgit v1.2.3