diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-22 11:11:11 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-22 11:11:11 +0000 |
commit | 90ce125324cb398fa2cc20cc320bd9d0a60a23bb (patch) | |
tree | bb27f8f1f884604a277af2e82a527fb05f18867b /findutils/find.c | |
parent | 26015162df0e9e03da53ac14b62ba84b94c63140 (diff) | |
download | busybox-w32-90ce125324cb398fa2cc20cc320bd9d0a60a23bb.tar.gz busybox-w32-90ce125324cb398fa2cc20cc320bd9d0a60a23bb.tar.bz2 busybox-w32-90ce125324cb398fa2cc20cc320bd9d0a60a23bb.zip |
network "default" --> bb_INET_default. Reduce 2 exported from find applet
git-svn-id: svn://busybox.net/trunk/busybox@11573 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'findutils/find.c')
-rw-r--r-- | findutils/find.c | 4 |
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 @@ | |||
34 | #include "busybox.h" | 34 | #include "busybox.h" |
35 | 35 | ||
36 | //XXX just found out about libbb/messages.c . maybe move stuff there ? - ghoz | 36 | //XXX just found out about libbb/messages.c . maybe move stuff there ? - ghoz |
37 | const char msg_req_arg[] = "option `%s' requires an argument"; | 37 | static const char msg_req_arg[] = "option `%s' requires an argument"; |
38 | const char msg_invalid_arg[] = "invalid argument `%s' to `%s'"; | 38 | static const char msg_invalid_arg[] = "invalid argument `%s' to `%s'"; |
39 | 39 | ||
40 | static char *pattern; | 40 | static char *pattern; |
41 | 41 | ||