summaryrefslogtreecommitdiffstats
path: root/auth2.c
diff options
context:
space:
mode:
authorguenther@openbsd.org <guenther@openbsd.org>2023-03-08 04:43:12 +0000
committerDarren Tucker <dtucker@dtucker.net>2023-03-08 17:26:53 +1100
commit51875897b81b5c21b80c256a29597916edbde454 (patch)
treea44cfbf3d3eb2a4fc168f18e306cc002e521d32f /auth2.c
parenta76085bda883c2104afb33ab0334eca190927362 (diff)
upstream: Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@ OpenBSD-Commit-ID: 7be168a570264d59e96a7d2d22e927d45fee0e4c
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/auth2.c b/auth2.c
index c1bffe96..34346e57 100644
--- a/auth2.c
+++ b/auth2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2.c,v 1.165 2023/03/05 05:34:09 dtucker Exp $ */
+/* $OpenBSD: auth2.c,v 1.166 2023/03/08 04:43:12 guenther Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -177,7 +177,6 @@ do_authentication2(struct ssh *ssh)
ssh->authctxt = NULL;
}
-/*ARGSUSED*/
static int
input_service_request(int type, u_int32_t seq, struct ssh *ssh)
{
@@ -255,7 +254,6 @@ ensure_minimum_time_since(double start, double seconds)
nanosleep(&ts, NULL);
}
-/*ARGSUSED*/
static int
input_userauth_request(int type, u_int32_t seq, struct ssh *ssh)
{