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/authunix_prot.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libc/inet/rpc/authunix_prot.c') diff --git a/libc/inet/rpc/authunix_prot.c b/libc/inet/rpc/authunix_prot.c index 2739e7658..272990056 100644 --- a/libc/inet/rpc/authunix_prot.c +++ b/libc/inet/rpc/authunix_prot.c @@ -39,17 +39,11 @@ #include #include -/* libc_hidden_proto(xdr_string) */ -/* libc_hidden_proto(xdr_u_int) */ -/* libc_hidden_proto(xdr_array) */ -/* libc_hidden_proto(xdr_u_long) */ -/* libc_hidden_proto(xdr_u_short) */ /* * XDR for unix authentication parameters. * Unfortunately, none of these can be declared const. */ -/* libc_hidden_proto(xdr_authunix_parms) */ bool_t xdr_authunix_parms (XDR * xdrs, struct authunix_parms *p) { -- cgit v1.2.3