summaryrefslogtreecommitdiff
path: root/lib/fts_.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-12-12 05:43:17 +0000
committerJim Meyering <jim@meyering.net>2003-12-12 05:43:17 +0000
commit6b963304ff18f06de09f9ddc95a7070eaf0499e9 (patch)
tree952b5004f93085c46490e37ce653d9b3839e508f /lib/fts_.h
parentdbbf89756257ca1b2bed2e7debb290e88da831fa (diff)
downloadcoreutils-6b963304ff18f06de09f9ddc95a7070eaf0499e9.tar.xz
add FIXME
Diffstat (limited to 'lib/fts_.h')
-rw-r--r--lib/fts_.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/fts_.h b/lib/fts_.h
index b6ba1b481..a0ceaf629 100644
--- a/lib/fts_.h
+++ b/lib/fts_.h
@@ -80,7 +80,9 @@ typedef struct {
This data structure is used to detect directory cycles efficiently
and promptly even when the depth of a hierarchy is in the tens
of thousands. Lazy checking, as done by GNU rm via cycle-check.c,
- wouldn't be appropriate for du. */
+ wouldn't be appropriate for du.
+ FIXME: add an option so that we *do* use cycle-check.c, except
+ when necessary. */
void *fts_dir_signatures;
} FTS;