summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-22 22:08:18 +0000
committerJim Meyering <jim@meyering.net>2004-01-22 22:08:18 +0000
commit3a829a54c2503d3caa76b355a0eb049e09b71702 (patch)
treecb82799036440d902dad1d05657b8ac0105244eb /ChangeLog
parentf915f22d851163de5e6e4d242c952a3f43743c81 (diff)
downloadcoreutils-3a829a54c2503d3caa76b355a0eb049e09b71702.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index def9a1db7..6def725d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,9 +49,6 @@
setting exit_failure directly; this optimizes away redundant
assignments.
* src/printenv.c, src/sort.c, src/test.c, src/tty.c: Likewise.
- * src/system.h (initialize_exit_failure): New function.
- Include exitfail.h here, since we refer to exit_failure.
- All callers changed to not include exitfail.h.
* src/chroot.c (main): Exit with status 1 rather than 127
if chroot itself fails, as per documentation.
@@ -135,6 +132,8 @@
* src/system.h (EXIT_FAIL, EXIT_CANNOT_INVOKE, EXIT_ENOENT):
New enum values.
(initialize_exit_failure): New inline function.
+ Include exitfail.h here, since we refer to exit_failure.
+ All callers changed to not include exitfail.h.
* src/tty.c (TTY_FAILURE, TTY_WRITE_ERROR): New enum values;
substitute them for the corresponding integer constants.