summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-18 22:34:37 +0100
committerJim Meyering <jim@meyering.net>2007-02-18 22:34:37 +0100
commit6819756293ae8a0090d63b085cd60b64904b431b (patch)
treec939a382796abbc42170ae343b77d87f2afd50c9 /ChangeLog
parentc95bb0c6f075e9301c13bbfc107517cde1575bb4 (diff)
downloadcoreutils-6819756293ae8a0090d63b085cd60b64904b431b.tar.xz
Rely on gnulib-generated stdlib.h, not exit.h.
* src/system.h: Don't include exit.h, now that it's subsumed by the gnulib-generated stdlib.h. * lib/xfts.c: Include <stdlib.h> rather than exit.h, now that stdlib.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0854d789..ecc50541e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-02-18 Jim Meyering <jim@meyering.net>
+ * src/system.h: Don't include exit.h, now that it's subsumed
+ by the gnulib-generated stdlib.h.
+
* tests/rm/fail-eacces: Skip this test when running as root.
Reported by Matthew Woehlke.