diff options
-rw-r--r-- | utility.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -439,6 +439,8 @@ int fullRead(int fd, char *buf, int len) | |||
439 | * Walk down all the directories under the specified | 439 | * Walk down all the directories under the specified |
440 | * location, and do something (something specified | 440 | * location, and do something (something specified |
441 | * by the fileAction and dirAction function pointers). | 441 | * by the fileAction and dirAction function pointers). |
442 | * | ||
443 | * TODO: check if ftw(3) can replace this to reduce code size... | ||
442 | */ | 444 | */ |
443 | int | 445 | int |
444 | recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction, | 446 | recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction, |