summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-10-18 21:02:27 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-10-18 21:02:27 +0000
commit7bc17873e5e304ea50842aa1908caeb24685e949 (patch)
treecdfe2d308c1ebebc44e4110e16f0290538f11f22 /ChangeLog
parent11cf1d39f2fbe2dcfb6d268fd3e2a56334f1d224 (diff)
downloadcoreutils-7bc17873e5e304ea50842aa1908caeb24685e949.tar.xz
* src/copy.c (copy_internal): Remove redundant and confusing local
variable src_type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ecc61ca4..7aabf939f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-10-18 Paul Eggert <eggert@cs.ucla.edu>
+ * src/copy.c (copy_internal): Remove redundant and confusing local
+ variable src_type.
+
* src/copy.c (copy_internal): Don't pass mkdir a mode greater than
7777. This matches historical 'cp' behavior and avoids some
(though not all) implementation-defined behavior of mkdir.