From b7a1a75261205e40e30d1dcc217c5533d48a1a87 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Oct 1999 23:37:14 +0000 Subject: *** empty log message *** --- utility.c | 2 ++ 1 file changed, 2 insertions(+) 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) * 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, -- cgit v1.2.3