summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/svc_auth_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/inet/rpc/svc_auth_unix.c')
-rw-r--r--libc/inet/rpc/svc_auth_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/svc_auth_unix.c b/libc/inet/rpc/svc_auth_unix.c
index 0562a42fe..abddc6ea8 100644
--- a/libc/inet/rpc/svc_auth_unix.c
+++ b/libc/inet/rpc/svc_auth_unix.c
@@ -152,7 +152,7 @@ done:
*/
/*ARGSUSED */
enum auth_stat
-_svcauth_short (struct svc_req *rqst, struct rpc_msg *msg)
+_svcauth_short (struct svc_req *rqst attribute_unused, struct rpc_msg *msg attribute_unused)
{
return AUTH_REJECTEDCRED;
}