Module Name: src
Committed By: mrg
Date: Sat Jun 29 08:02:40 UTC 2024
Modified Files:
src/crypto/external/bsd/openssh/dist: ssh-agent.c
Log Message:
remove local changes against cleanup_handler() that no longer apply.
noticed by the llvm builds.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/crypto/external/bsd/openssh/dist/ssh-agent.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssh/dist/ssh-agent.c
diff -u src/crypto/external/bsd/openssh/dist/ssh-agent.c:1.38 src/crypto/external/bsd/openssh/dist/ssh-agent.c:1.39
--- src/crypto/external/bsd/openssh/dist/ssh-agent.c:1.38 Tue Jun 25 16:36:54 2024
+++ src/crypto/external/bsd/openssh/dist/ssh-agent.c Sat Jun 29 08:02:40 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: ssh-agent.c,v 1.38 2024/06/25 16:36:54 christos Exp $ */
+/* $NetBSD: ssh-agent.c,v 1.39 2024/06/29 08:02:40 mrg Exp $ */
/* $OpenBSD: ssh-agent.c,v 1.306 2024/03/09 05:12:13 djm Exp $ */
/*
@@ -37,7 +37,7 @@
*/
#include "includes.h"
-__RCSID("$NetBSD: ssh-agent.c,v 1.38 2024/06/25 16:36:54 christos Exp $");
+__RCSID("$NetBSD: ssh-agent.c,v 1.39 2024/06/29 08:02:40 mrg Exp $");
#include <sys/param.h> /* MIN MAX */
#include <sys/types.h>
@@ -2151,8 +2151,7 @@ cleanup_exit(int i)
_exit(i);
}
-/*ARGSUSED*/
-__dead static void
+static void
cleanup_handler(int sig)
{
signalled = sig;