changeset 7456:63ca43b34be9

Give credit to bug reporter.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 08 Oct 2006 07:29:24 +0000
parents 8d41d3f68c28
children 9b9ff1d11568
files lib/ChangeLog
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,6 +3,8 @@
 	Don't include <config.h> twice; this doesn't work in some cases,
 	e.g., when config.h has "#define intmax_t long long int" and
 	we include <config.h>, <inttypes.h>, <config.h> in that order.
+	Problem reported by Matthew Woehlke in:
+	http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
 	* fprintftime.c: Don't include config.h or fprintftime.h.
 	* fts-cycle.c: Don't include config.h.
 	* strftime.c: Include fprintftime.h if FPRINTFTIME is defined.