aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-19 23:37:14 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-19 23:37:14 +0000
commitb7a1a75261205e40e30d1dcc217c5533d48a1a87 (patch)
tree91bd87dddcba0cbf069afe5b8fa3807a52a1453b
parentf8d650c4e5657857e5b76a5d62f329abf81a4704 (diff)
downloadbusybox-w32-b7a1a75261205e40e30d1dcc217c5533d48a1a87.tar.gz
busybox-w32-b7a1a75261205e40e30d1dcc217c5533d48a1a87.tar.bz2
busybox-w32-b7a1a75261205e40e30d1dcc217c5533d48a1a87.zip
*** empty log message ***
-rw-r--r--utility.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utility.c b/utility.c
index 0ef0d79cf..826cfbfee 100644
--- a/utility.c
+++ b/utility.c
@@ -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 */
443int 445int
444recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction, 446recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction,