summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 07:12:04 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 07:12:04 +0000
commitd2524a710ee8726457afac6310d43e432580b90e (patch)
tree25732f5ed408afccc3a480bfc075db7d515d0f99
parent132d2982d4a6d82f5ef2744d756dd360b54a5511 (diff)
downloadcoreutils-d2524a710ee8726457afac6310d43e432580b90e.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c23f38f9..561a20778 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2003-07-23 Jim Meyering <jim@meyering.net>
+ * Version 5.0.90.
+
Don't include headers already included by system.h:
+ * src/tr.c: Don't include errno.h.
* src/test.c: Don't include limits.h or error.h.
* src/stat.c: Don't include unistd.h or time.h.
* src/readlink.c: Don't include stdlib.h, unistd.h, or limits.h.
@@ -8,8 +11,6 @@
* src/pathchk.c: Don't include errno.h.
* src/nice.c: Don't include sys/time.h.
- * Version 5.0.90.
-
* tests/rm/fail-2eperm: Add a check for whether $NON_ROOT_USERNAME
can access the required version of rm.
* tests/rm/Makefile.am (TESTS_ENVIRONMENT): Define PACKAGE_VERSION.