diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-14 12:12:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-14 12:12:44 +0000 |
commit | 1491ae9ceba0a4a8eaecfaaf27889bb4bd31d6f1 (patch) | |
tree | 78a1ded7772aa21fdba014b16610b1da5e270001 /ChangeLog | |
parent | f3fbb64189991ad3ad1a9c5e5ff9a4b3b8609af9 (diff) | |
download | coreutils-1491ae9ceba0a4a8eaecfaaf27889bb4bd31d6f1.tar.xz |
* src/system.h (EXIT_FAILURE, EXIT_SUCCESS): Remove definitions.
Instead, include "exit.h". This hereby retires the work-around for
"Sony NEWS-OS Release 4.0C"'s bug due to "#define EXIT_FAILURE 0".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-10-14 Jim Meyering <jim@meyering.net> + * src/system.h (EXIT_FAILURE, EXIT_SUCCESS): Remove definitions. + Instead, include "exit.h". This hereby retires the work-around for + "Sony NEWS-OS Release 4.0C"'s bug due to "#define EXIT_FAILURE 0". + * src/cksum.c (uint_fast32_t): Don't define. Instead, include <stdint.h>. |