o Be pedantic and do fts_close() when done.

PR:		bin/95292
Submitted by:	Charles Hardin
Obtained from:	NetBSD via OpenBSD, PR
This commit is contained in:
maxim 2006-04-15 09:26:23 +00:00
parent 377017519f
commit d01f82209e

View File

@ -307,6 +307,7 @@ rm_tree(char **argv)
}
if (errno)
err(1, "fts_read");
fts_close(fts);
}
void