diff options
Diffstat (limited to 'libc/inet/rpc/auth_unix.c')
-rw-r--r-- | libc/inet/rpc/auth_unix.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libc/inet/rpc/auth_unix.c b/libc/inet/rpc/auth_unix.c index 52d9fc770..2364aff68 100644 --- a/libc/inet/rpc/auth_unix.c +++ b/libc/inet/rpc/auth_unix.c @@ -62,15 +62,15 @@ libc_hidden_proto(getegid) libc_hidden_proto(geteuid) libc_hidden_proto(getgroups) libc_hidden_proto(gethostname) -libc_hidden_proto(xdrmem_create) +/* 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(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 /* |