summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-01 17:04:30 +0100
committerJim Meyering <meyering@redhat.com>2007-12-01 17:04:52 +0100
commit0d9438bb873eed9367bba32a310f825da1d84a06 (patch)
treead1a1b79dd4ea7e5a3c10e70914f623daf04a609 /ChangeLog
parent9fed2e35c09dc9a19629369f4994c65bc1c94926 (diff)
downloadcoreutils-0d9438bb873eed9367bba32a310f825da1d84a06.tar.xz
Add "extern" keyword to declaration of cp_options_default.
* src/copy.c (cp_options_default): Mark as "extern", so the "sc_tight_scope" part of "make distcheck" passes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 66034cb56..518185bff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2007-12-01 Jim Meyering <meyering@rho.meyering.net>
+2007-12-01 Jim Meyering <meyering@redhat.com>
+
+ Add "extern" keyword to declaration of cp_options_default.
+ * src/copy.c (cp_options_default): Mark as "extern", so the
+ "sc_tight_scope" part of "make distcheck" passes.
+
+2007-12-01 Jim Meyering <meyering@redhat.com>
Change comments: say bug present up to coreutils-6.9, not fixed in 6.10.
* tests/cut/Test.pm: Adjust comment.