commit | b7a1a75261205e40e30d1dcc217c5533d48a1a87 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Oct 19 23:37:14 1999 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Oct 19 23:37:14 1999 +0000 |
tree | 91bd87dddcba0cbf069afe5b8fa3807a52a1453b | |
parent | f8d650c4e5657857e5b76a5d62f329abf81a4704 [diff] [blame] |
*** empty log message ***
diff --git a/utility.c b/utility.c index 0ef0d79..826cfbf 100644 --- a/utility.c +++ b/utility.c
@@ -439,6 +439,8 @@ * Walk down all the directories under the specified * location, and do something (something specified * by the fileAction and dirAction function pointers). + * + * TODO: check if ftw(3) can replace this to reduce code size... */ int recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction,