diff options
author | 2015-11-01 03:45:28 +0000 | |
---|---|---|
committer | 2015-11-01 03:45:28 +0000 | |
commit | 10632a79cc0d3f2730baa9fb977894fdccb4f611 (patch) | |
tree | e959ad20d458dcba65338a56d99759f064a795ba /lib/libc/rpc/auth_unix.c | |
parent | drm/i915: Fix and clean BDW PCH identification (diff) | |
download | wireguard-openbsd-10632a79cc0d3f2730baa9fb977894fdccb4f611.tar.xz wireguard-openbsd-10632a79cc0d3f2730baa9fb977894fdccb4f611.zip |
delete old lint ARGSUSED comments
Diffstat (limited to 'lib/libc/rpc/auth_unix.c')
-rw-r--r-- | lib/libc/rpc/auth_unix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index de2262ce747..1ee7f7a50cb 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth_unix.c,v 1.25 2015/09/13 15:36:56 guenther Exp $ */ +/* $OpenBSD: auth_unix.c,v 1.26 2015/11/01 03:45:29 guenther Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -207,7 +207,6 @@ DEF_WEAK(authunix_create_default); /* * authunix operations */ -/* ARGSUSED */ static void authunix_nextverf(AUTH *auth) { |