summaryrefslogtreecommitdiff
path: root/lib/fts.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-16 13:45:27 +0000
committerJim Meyering <jim@meyering.net>2006-08-16 13:45:27 +0000
commit061a90d68a7c62db9cdd0dac0ef23618e0fc187e (patch)
treea530bc3bf1d878432ff1d246364a4660b3692476 /lib/fts.c
parent72d1188040d8a65be91e202d508a4c70cc3af924 (diff)
downloadcoreutils-061a90d68a7c62db9cdd0dac0ef23618e0fc187e.tar.xz
* fts.c (fts_children): Remove obsolete "// FIXME ..." comment.
Reported by Bruno Haible.
Diffstat (limited to 'lib/fts.c')
-rw-r--r--lib/fts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fts.c b/lib/fts.c
index c78f01878..ea33805ea 100644
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -801,7 +801,6 @@ fts_children (register FTS *sp, int instr)
{
if (fchdir(fd))
{
- // FIXME: save/restore is a fix over prev. version
int saved_errno = errno;
close (fd);
__set_errno (saved_errno);