commit | f811e07b072600a3784a92e5a1dc8a93dac477eb | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sat Oct 09 00:25:00 1999 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sat Oct 09 00:25:00 1999 +0000 |
tree | 820c6366f8bdacf617a9591cc2ca9dfe107b1fa3 | |
parent | 8341a1565306a54e685455d19efb0516ad3328a1 [diff] [blame] |
More stuff.
diff --git a/find.c b/find.c index a42f9e9..d618401 100644 --- a/find.c +++ b/find.c
@@ -27,7 +27,7 @@ static char* pattern=NULL; static char* directory=NULL; -int dereferenceFlag=FALSE; +static int dereferenceFlag=FALSE; static const char find_usage[] = "find [path...] [expression]\n" "default path is the current directory; default expression is -print\n"