artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d473f
)
Add void to client_repledge args to fix compiler warning. ok djm@
author
dtucker
<dtucker@openbsd.org>
Tue, 29 Nov 2022 22:41:14 +0000
(22:41 +0000)
committer
dtucker
<dtucker@openbsd.org>
Tue, 29 Nov 2022 22:41:14 +0000
(22:41 +0000)
usr.bin/ssh/clientloop.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/clientloop.c
b/usr.bin/ssh/clientloop.c
index
f747202
..
5b1d5d8
100644
(file)
--- a/
usr.bin/ssh/clientloop.c
+++ b/
usr.bin/ssh/clientloop.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: clientloop.c,v 1.38
4 2022/11/28 01:38:22 djm
Exp $ */
+/* $OpenBSD: clientloop.c,v 1.38
5 2022/11/29 22:41:14 dtucker
Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@
-767,8
+767,8
@@
can_update_hostkeys(void)
return 1;
}
-void
-client_repledge()
+
static
void
+client_repledge(
void
)
{
debug3_f("enter");