summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-04 03:05:32 +0000
committerJim Meyering <jim@meyering.net>2001-03-04 03:05:32 +0000
commitbe6df5151fd66e6fd404e5d98c6fb8973986a4a4 (patch)
tree9711e4e228bf7bb35d7b1ef2cff4f1f41a54f3e9 /old
parentd3aefd75699aee8ae8611182e6554759480217ef (diff)
downloadcoreutils-be6df5151fd66e6fd404e5d98c6fb8973986a4a4.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e7bfa20c1..31946f8fe 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,8 @@
2001-02-21 Jim Meyering <meyering@lucent.com>
+ * src/mkdir.c (main): Remove assignment-in-if-expression.
+ In fact, remove t_errno altogether. Reported by Nelson Beebe.
+
* tests/ls-2/tests: Add two tests of existing behavior -- both will
have to be changed (soon after release), once ls is fixed.