network "default" --> bb_INET_default. Reduce 2 exported from find applet

This commit is contained in:
"Vladimir N. Oleynik"
2005-09-22 11:11:11 +00:00
parent 9d7010ca86
commit 007a011647
3 changed files with 6 additions and 5 deletions

View File

@ -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;