@@ -1,3 +1,7 @@
+Sat Sep 13 13:56:23 CDT 2003 Adam Heath <doogie@debian.org>
+
+ * lib/compat.c: s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/
Sat Sep 13 13:55:25 CDT 2003 Adam Heath <doogie@debian.org>
* po/Makevars: Define MSGID_BUGS_ADDRESS
@@ -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*/