summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/auth_none.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-31 18:28:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-31 18:28:56 +0000
commit456a5fcab775e8a18cffd5b1be3cca3a127e30a6 (patch)
tree4b7a5ce9dd4ab7f40899a2c609e53fafc8cc9b5c /lib/libc/rpc/auth_none.c
parenta873e9155b65a723a628484bc434c3f5c2a1032f (diff)
sprinkle a bit of ARGSUSED
Diffstat (limited to 'lib/libc/rpc/auth_none.c')
-rw-r--r--lib/libc/rpc/auth_none.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c
index b542f868542..b693d0a98af 100644
--- a/lib/libc/rpc/auth_none.c
+++ b/lib/libc/rpc/auth_none.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth_none.c,v 1.9 2005/08/08 08:05:35 espie Exp $ */
+/* $OpenBSD: auth_none.c,v 1.10 2006/03/31 18:28:55 deraadt Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
@@ -105,11 +105,13 @@ authnone_marshal(AUTH *client, XDR *xdrs)
ap->marshalled_client, ap->mcnt));
}
+/*ARGSUSED*/
static void
authnone_verf(struct __rpc_auth *none)
{
}
+/*ARGSUSED*/
static bool_t
authnone_validate(struct __rpc_auth *none, struct opaque_auth *noauth)
{
@@ -117,6 +119,7 @@ authnone_validate(struct __rpc_auth *none, struct opaque_auth *noauth)
return (TRUE);
}
+/*ARGSUSED*/
static bool_t
authnone_refresh(struct __rpc_auth *none)
{
@@ -124,6 +127,7 @@ authnone_refresh(struct __rpc_auth *none)
return (FALSE);
}
+/*ARGSUSED*/
static void
authnone_destroy(struct __rpc_auth *none)
{