Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/find.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-09 04:25:00 +0400
committerEric Andersen <andersen@codepoet.org>1999-10-09 04:25:00 +0400
commitf811e07b072600a3784a92e5a1dc8a93dac477eb (patch)
tree820c6366f8bdacf617a9591cc2ca9dfe107b1fa3 /find.c
parent8341a1565306a54e685455d19efb0516ad3328a1 (diff)
More stuff.
Diffstat (limited to 'find.c')
-rw-r--r--find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/find.c b/find.c
index a42f9e979..d618401bf 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"