[openssh-commits] [openssh] 04/04: upstream: Add void to client_repledge args to fix compiler warning. ok djm@

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Nov 30 12:16:50 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 4a1805d532616233dd6072e5cd273b96dd3062e6
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Nov 29 22:41:14 2022 +0000

    upstream: Add void to client_repledge args to fix compiler warning. ok djm@
    
    OpenBSD-Commit-ID: 7e964a641ce4a0a0a11f047953b29929d7a4b866
---
 clientloop.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/clientloop.c b/clientloop.c
index 98bb7f78..c337de2c 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.384 2022/11/28 01:38:22 djm Exp $ */
+/* $OpenBSD: clientloop.c,v 1.385 2022/11/29 22:41:14 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -776,8 +776,8 @@ can_update_hostkeys(void)
 	return 1;
 }
 
-void
-client_repledge()
+static void
+client_repledge(void)
 {
 	debug3_f("enter");
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list