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 Konovalov 2006-04-15 09:26:23 +00:00
parent f30cbfc63b
commit 089418247a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157770

View File

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