diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-09-18 20:57:40 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-09-18 20:57:40 +0200 |
commit | 21730caa6647f645974e132ca8afec79b4eeab2b (patch) | |
tree | 6c0a0e491526f19ab08062d7f22448ac60ca4bf5 /libc/inet/rpc/clnt_unix.c | |
parent | 35c8387f6d3dd3d901bdc9bb7eb1c681cd1b2c0d (diff) |
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 <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet/rpc/clnt_unix.c')
-rw-r--r-- | libc/inet/rpc/clnt_unix.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/libc/inet/rpc/clnt_unix.c b/libc/inet/rpc/clnt_unix.c index 3a1e13c05..f66ce66e2 100644 --- a/libc/inet/rpc/clnt_unix.c +++ b/libc/inet/rpc/clnt_unix.c @@ -60,33 +60,8 @@ #include <rpc/pmap_clnt.h> #ifdef USE_IN_LIBIO # include <wchar.h> -/* libc_hidden_proto(fwprintf) */ #endif -/* Experimentally off - libc_hidden_proto(strlen) */ -/* Experimentally off - libc_hidden_proto(memcpy) */ -/* libc_hidden_proto(socket) */ -/* libc_hidden_proto(close) */ -/* libc_hidden_proto(getpid) */ -/* libc_hidden_proto(authnone_create) */ -/* libc_hidden_proto(xdrrec_create) */ -/* libc_hidden_proto(xdrrec_endofrecord) */ -/* libc_hidden_proto(xdrrec_skiprecord) */ -/* libc_hidden_proto(xdr_callhdr) */ -/* libc_hidden_proto(xdr_replymsg) */ -/* libc_hidden_proto(xdr_opaque_auth) */ -/* libc_hidden_proto(xdrmem_create) */ -/* libc_hidden_proto(xdr_void) */ -/* libc_hidden_proto(getegid) */ -/* libc_hidden_proto(geteuid) */ -/* libc_hidden_proto(_seterr_reply) */ -/* libc_hidden_proto(setsockopt) */ -/* libc_hidden_proto(connect) */ -/* libc_hidden_proto(recvmsg) */ -/* libc_hidden_proto(sendmsg) */ -/* libc_hidden_proto(poll) */ -/* libc_hidden_proto(fputs) */ -/* libc_hidden_proto(__rpc_thread_createerr) */ extern u_long _create_xid (void) attribute_hidden; @@ -140,7 +115,6 @@ static const struct clnt_ops unix_ops = * NB: The rpch->cl_auth is set null authentication. Caller may wish to set this * something more useful. */ -/* libc_hidden_proto(clntunix_create) */ CLIENT * clntunix_create (struct sockaddr_un *raddr, u_long prog, u_long vers, int *sockp, u_int sendsz, u_int recvsz) |