*** empty log message ***
authorEric Andersen <andersen@codepoet.org>
Tue, 19 Oct 1999 23:37:14 +0000 (23:37 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 19 Oct 1999 23:37:14 +0000 (23:37 -0000)
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,