]> err.no Git - dpkg/commitdiff
s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/
authorAdam Heath <doogie@debian.org>
Sat, 13 Sep 2003 18:56:45 +0000 (18:56 +0000)
committerAdam Heath <doogie@debian.org>
Sat, 13 Sep 2003 18:56:45 +0000 (18:56 +0000)
ChangeLog
lib/compat.c

index 566a226c464c55442781671c521a215007e16ad8..cdc4673ef7e80d1d0b93a4af7b755ab7b899d362 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6a032308391ed3a9a3273bc8996d432d0d1c7fe8..438602af0e3dad4a48495439eb286b6de8cbf643 100644 (file)
@@ -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*/