From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- libc/inet/rpc/auth_unix.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libc/inet/rpc/auth_unix.c') diff --git a/libc/inet/rpc/auth_unix.c b/libc/inet/rpc/auth_unix.c index 2364aff68..9f5d8b4d7 100644 --- a/libc/inet/rpc/auth_unix.c +++ b/libc/inet/rpc/auth_unix.c @@ -57,14 +57,14 @@ #endif /* Experimentally off - libc_hidden_proto(memcpy) */ -libc_hidden_proto(sysconf) -libc_hidden_proto(getegid) -libc_hidden_proto(geteuid) -libc_hidden_proto(getgroups) -libc_hidden_proto(gethostname) +/* libc_hidden_proto(sysconf) */ +/* libc_hidden_proto(getegid) */ +/* libc_hidden_proto(geteuid) */ +/* libc_hidden_proto(getgroups) */ +/* libc_hidden_proto(gethostname) */ /* libc_hidden_proto(xdrmem_create) */ -libc_hidden_proto(xdr_authunix_parms) -libc_hidden_proto(xdr_opaque_auth) +/* libc_hidden_proto(xdr_authunix_parms) */ +/* libc_hidden_proto(xdr_opaque_auth) */ /* libc_hidden_proto(gettimeofday) */ /* libc_hidden_proto(fputs) */ /* libc_hidden_proto(perror) */ @@ -109,7 +109,7 @@ static bool_t marshal_new_auth (AUTH *) internal_function; * Create a unix style authenticator. * Returns an auth handle with the given stuff in it. */ -libc_hidden_proto(authunix_create) +/* libc_hidden_proto(authunix_create) */ AUTH * authunix_create (char *machname, uid_t uid, gid_t gid, int len, gid_t *aup_gids) @@ -182,7 +182,7 @@ libc_hidden_def(authunix_create) * Returns an auth handle with parameters determined by doing lots of * syscalls. */ -libc_hidden_proto(authunix_create_default) +/* libc_hidden_proto(authunix_create_default) */ AUTH * authunix_create_default (void) { -- cgit v1.2.3