changeset 7708:83d73ca5391c

provide more info
author Jim Meyering <jim@meyering.net>
date Sun, 03 Dec 2006 10:30:41 +0000
parents 3f57a32346a2
children 47b81ff5eb33
files ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
 	p->fts_statp may not yet be defined.
 	(fts_read): Instead, set it in the caller, once p->fts_statp is
 	sure to be defined, and corresponds to a top-level directory.
+	This bug made du -x fail.  Here's the coreutils test case:
+	http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
+	Reported by Mike Frysinger.
 
 2006-12-01  Jim Meyering  <jim@meyering.net>