diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
commit | cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (patch) | |
tree | f5f56f2ef0f3048325419857d0b538135524ff8c /libc/inet/rpc/authunix_prot.c | |
parent | b133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff) |
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'libc/inet/rpc/authunix_prot.c')
-rw-r--r-- | libc/inet/rpc/authunix_prot.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libc/inet/rpc/authunix_prot.c b/libc/inet/rpc/authunix_prot.c index 62d1cb724..2739e7658 100644 --- a/libc/inet/rpc/authunix_prot.c +++ b/libc/inet/rpc/authunix_prot.c @@ -39,17 +39,17 @@ #include <rpc/auth.h> #include <rpc/auth_unix.h> -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) +/* 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) +/* libc_hidden_proto(xdr_authunix_parms) */ bool_t xdr_authunix_parms (XDR * xdrs, struct authunix_parms *p) { |