From ecbf2b28ee1cab7a1f4ee0668f99f7e9957ec704 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sat, 13 Sep 2003 18:56:45 +0000 Subject: [PATCH] s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/ --- ChangeLog | 4 ++++ lib/compat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 566a226c..cdc4673e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 13 13:56:23 CDT 2003 Adam Heath + + * lib/compat.c: s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/ + Sat Sep 13 13:55:25 CDT 2003 Adam Heath * po/Makevars: Define MSGID_BUGS_ADDRESS diff --git a/lib/compat.c b/lib/compat.c index 6a032308..438602af 100644 --- a/lib/compat.c +++ b/lib/compat.c @@ -101,7 +101,7 @@ const char *strsignal(int e) { } #endif -#ifndef SYS_SIGLIST_DECLARED +#ifndef HAVE_DECL_SYS_SIGLIST const char *const sys_siglist[32] = { "SIGHUP", /*1*/ "SIGINT", /*2*/ -- 2.39.5