summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc_auth_unix.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-11-01 03:45:28 +0000
committerguenther <guenther@openbsd.org>2015-11-01 03:45:28 +0000
commit10632a79cc0d3f2730baa9fb977894fdccb4f611 (patch)
treee959ad20d458dcba65338a56d99759f064a795ba /lib/libc/rpc/svc_auth_unix.c
parentdrm/i915: Fix and clean BDW PCH identification (diff)
downloadwireguard-openbsd-10632a79cc0d3f2730baa9fb977894fdccb4f611.tar.xz
wireguard-openbsd-10632a79cc0d3f2730baa9fb977894fdccb4f611.zip
delete old lint ARGSUSED comments
Diffstat (limited to 'lib/libc/rpc/svc_auth_unix.c')
-rw-r--r--lib/libc/rpc/svc_auth_unix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/rpc/svc_auth_unix.c b/lib/libc/rpc/svc_auth_unix.c
index 0bcec6365ef..e4e7cbf4f58 100644
--- a/lib/libc/rpc/svc_auth_unix.c
+++ b/lib/libc/rpc/svc_auth_unix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: svc_auth_unix.c,v 1.12 2015/09/13 15:36:56 guenther Exp $ */
+/* $OpenBSD: svc_auth_unix.c,v 1.13 2015/11/01 03:45:29 guenther Exp $ */
/*
* Copyright (c) 2010, Oracle America, Inc.
@@ -120,7 +120,6 @@ DEF_STRONG(_svcauth_unix);
* Shorthand unix authenticator
* Looks up longhand in a cache.
*/
-/*ARGSUSED*/
enum auth_stat
_svcauth_short(struct svc_req *rqst, struct rpc_msg *msg)
{