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
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-22 15:11:11 +0400
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-22 15:11:11 +0400
commit007a01164705f3b086f5f4633e63a32d6c6e16c6 (patch)
treebb27f8f1f884604a277af2e82a527fb05f18867b /findutils
parent9d7010ca86feff8fffdfecadf6554ca9aac268c1 (diff)
network "default" --> bb_INET_default. Reduce 2 exported from find applet
Diffstat (limited to 'findutils')
-rw-r--r--findutils/find.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/find.c b/findutils/find.c
index abbd82b3a..334a7b56e 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -34,8 +34,8 @@
#include "busybox.h"
//XXX just found out about libbb/messages.c . maybe move stuff there ? - ghoz
-const char msg_req_arg[] = "option `%s' requires an argument";
-const char msg_invalid_arg[] = "invalid argument `%s' to `%s'";
+static const char msg_req_arg[] = "option `%s' requires an argument";
+static const char msg_invalid_arg[] = "invalid argument `%s' to `%s'";
static char *pattern;