removed strange extern void xregcomp(... from some applets, but declared from libbb.h

This commit is contained in:
"Vladimir N. Oleynik"
2005-09-14 16:22:50 +00:00
parent 1e07f852e0
commit b4f3cff6f5
3 changed files with 0 additions and 5 deletions

View File

@@ -294,8 +294,6 @@ static struct event_type
/* busybox functions and messages */
extern void xregcomp(regex_t * preg, const char *regex, int cflags);
const char * const bb_msg_proto_rev = "protocol revision";
#ifdef CONFIG_DEVFSD_VERBOSE
const char * const bb_msg_bad_config = "bad %s config file: %s\n";