diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-27 18:21:33 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-27 18:21:33 +0000 |
commit | 28c8634afdc1fa236679b49ab0d5a019379c6db1 (patch) | |
tree | fda9d6e124a32799b07247f8d38d0cc8f963cd4e /libc/inet/rpc/auth_unix.c | |
parent | eb38b2d34c32ed3089e2bf8935219a57f84ce7b3 (diff) | |
download | uClibc-alpine-28c8634afdc1fa236679b49ab0d5a019379c6db1.tar.bz2 uClibc-alpine-28c8634afdc1fa236679b49ab0d5a019379c6db1.tar.xz |
Synch with trunk @ 24165
Step 17: libc_hidden_proto removal (almost all).
and other minor changes (inline keyword, extra character)
Diffstat (limited to 'libc/inet/rpc/auth_unix.c')
-rw-r--r-- | libc/inet/rpc/auth_unix.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/libc/inet/rpc/auth_unix.c b/libc/inet/rpc/auth_unix.c index 52d9fc770..9f5d8b4d7 100644 --- a/libc/inet/rpc/auth_unix.c +++ b/libc/inet/rpc/auth_unix.c @@ -57,20 +57,20 @@ #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(xdrmem_create) -libc_hidden_proto(xdr_authunix_parms) -libc_hidden_proto(xdr_opaque_auth) -libc_hidden_proto(gettimeofday) -libc_hidden_proto(fputs) -libc_hidden_proto(perror) +/* 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(gettimeofday) */ +/* libc_hidden_proto(fputs) */ +/* libc_hidden_proto(perror) */ /* libc_hidden_proto(abort) */ #ifdef USE_IN_LIBIO -libc_hidden_proto(fwprintf) +/* libc_hidden_proto(fwprintf) */ #endif /* @@ -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) { |