diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-30 16:12:23 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-30 16:12:23 +0100 |
commit | d08d66ebc603295edacdc7fd26f5de0e9aef5b2d (patch) | |
tree | 21c14012fedd4c494a55836c56ca4ff6bec8d8fb /ChangeLog | |
parent | 5017d1b4e1879cf1cf644c02205eca3f2b18a947 (diff) | |
download | coreutils-d08d66ebc603295edacdc7fd26f5de0e9aef5b2d.tar.xz |
Clean up after the change of 2006-12-28.
* src/remove.c (AD_pop_and_chdir): Change **DIRP parameter to *DIRP,
now that this function never modifies the pointer. Adjust comments
and code accordingly.
(remove_dir): Set "dirp" to NULL right after AD_pop_and_chdir call,
now that AD_pop_and_chdir no longer does that.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-12-30 Jim Meyering <jim@meyering.net> + Clean up after the change of 2006-12-28. + * src/remove.c (AD_pop_and_chdir): Change **DIRP parameter to *DIRP, + now that this function never modifies the pointer. Adjust comments + and code accordingly. + (remove_dir): Set "dirp" to NULL right after AD_pop_and_chdir call, + now that AD_pop_and_chdir no longer does that. + * tests/rm/fail-eperm: Avoid spurious differences (the error function from latest glibc no longer prints the full program_name): so don't invoke rm via ../../src/rm. Instead, invoke it via "PATH=../../src rm". |