From 007a01164705f3b086f5f4633e63a32d6c6e16c6 Mon Sep 17 00:00:00 2001 From: "Vladimir N. Oleynik" Date: Thu, 22 Sep 2005 11:11:11 +0000 Subject: network "default" --> bb_INET_default. Reduce 2 exported from find applet --- findutils/find.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'findutils') diff --git a/findutils/find.c b/findutils/find.c index abbd82b..334a7b5 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; -- cgit v1.1