summaryrefslogtreecommitdiff
path: root/lib/fts.c
diff options
context:
space:
mode:
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);