You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/greenbone-security-assistant/files/greenbone-security-assistan...

15 lines
686 B

#-------------------------------------------------------------------
# compatibility with glibc 2.32 version #751592
#-------------------------------------------------------------------
--- ./gsad/src/gsad.c 2020-05-13 09:22:13.000000000 +0200
+++ ./gsad/src/gsad.c 2020-10-28 13:07:25.127222254 +0100
@@ -3318,7 +3318,7 @@
{
if (termination_signal)
{
- g_debug ("Received %s signal.\n", sys_siglist[termination_signal]);
+ g_debug ("Received %s signal.\n", strsignal(termination_signal));
gsad_cleanup ();
/* Raise signal again, to exit with the correct return value. */
signal (termination_signal, SIG_DFL);