diff options
-rw-r--r-- | old/fileutils/ChangeLog | 3 |
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. |