]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 29 Apr 2002 07:02:21 +0000 (07:02 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Apr 2002 07:02:21 +0000 (07:02 +0000)
lib/ChangeLog

index 4bc985fc8a887a099f9f1ecd071363cba9438a1a..d3763d38bee26de020e175864f2b1412eea18ed1 100644 (file)
@@ -1,3 +1,11 @@
+2002-04-28  Paul Eggert  <eggert@twinsun.com>
+
+       * sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
+       depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
+       of 127, since 64 is the largest conceivable number for ancient
+       nonstandard hosts.
+       * sig2str.c: Do not include <sys/wait.h>; no longer needed.
+
 2002-04-28  Jim Meyering  <meyering@lucent.com>
 
        * sig2str.c (WTERMSIG): Remove definition (unused).