summaryrefslogtreecommitdiff
path: root/libc/inet/rpc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-08 11:21:59 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-08 11:21:59 +0000
commit8dfcc8ad326fe995a33671318809ff4c522fcb3e (patch)
treea488d47a641c72e7379858a8f516fd6c308b9e5b /libc/inet/rpc
parent9d6ebd15f310a353fbaec116479145033d0ca8a0 (diff)
hide internal funcs to kill off more relocs
Diffstat (limited to 'libc/inet/rpc')
-rw-r--r--libc/inet/rpc/svc_auth_unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/rpc/svc_auth_unix.c b/libc/inet/rpc/svc_auth_unix.c
index abddc6ea8..2cd8671c5 100644
--- a/libc/inet/rpc/svc_auth_unix.c
+++ b/libc/inet/rpc/svc_auth_unix.c
@@ -53,6 +53,7 @@
/*
* Unix longhand authenticator
*/
+attribute_hidden
enum auth_stat
_svcauth_unix (struct svc_req *rqst, struct rpc_msg *msg)
{
@@ -151,6 +152,7 @@ done:
* Looks up longhand in a cache.
*/
/*ARGSUSED */
+attribute_hidden
enum auth_stat
_svcauth_short (struct svc_req *rqst attribute_unused, struct rpc_msg *msg attribute_unused)
{