1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-18 01:18:51 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-01-04 10:35:13 +00:00
parent a2b9cb05b7
commit 7a1c2309c2
+4 -1
View File
@@ -1,7 +1,10 @@
2003-01-04 Jim Meyering <jim@meyering.net>
rm could be tricked into mistakenly reporting a cycle.
* src/copy.h: Remove use of PARAMS.
* src/remove.h: Likewise.
* src/chown-core.h: Likewise.
rm could be tricked into mistakenly reporting a cycle.
* src/remove.c: [cycle_check_state]: New global.
(remove_cwd_entries): Adapt to new semantics of cycle_check.
(rm): Call cycle_check_init and cycle_check_free for each file.