projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8d650c
)
*** empty log message ***
author
Eric Andersen
<andersen@codepoet.org>
Tue, 19 Oct 1999 23:37:14 +0000
(23:37 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 19 Oct 1999 23:37:14 +0000
(23:37 -0000)
utility.c
patch
|
blob
|
history
diff --git
a/utility.c
b/utility.c
index 0ef0d79cf50a847b4f090283cc94ce43ea485bf4..826cfbfee94f5fd23632b7ffe4a141a14b11f617 100644
(file)
--- a/
utility.c
+++ b/
utility.c
@@
-439,6
+439,8
@@
int fullRead(int fd, char *buf, int len)
* 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,