From: Adam Heath Date: Sat, 13 Sep 2003 18:56:45 +0000 (+0000) Subject: s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/ X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecbf2b28ee1cab7a1f4ee0668f99f7e9957ec704;p=dpkg s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/ --- 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*/