diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-14 16:22:50 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-14 16:22:50 +0000 |
commit | b4f3cff6f5e77ce0a0edb12e6a5811d0063080ca (patch) | |
tree | e01a86a4576682a6d5cbcb594c3c7c59fd88d721 /findutils | |
parent | 1e07f852e0f236a0360c5fd44356a2e391185145 (diff) | |
download | busybox-w32-b4f3cff6f5e77ce0a0edb12e6a5811d0063080ca.tar.gz busybox-w32-b4f3cff6f5e77ce0a0edb12e6a5811d0063080ca.tar.bz2 busybox-w32-b4f3cff6f5e77ce0a0edb12e6a5811d0063080ca.zip |
removed strange extern void xregcomp(... from some applets, but declared from libbb.h
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/grep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index 2a667e37f..e796294f3 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -105,8 +105,6 @@ static void print_line(const char *line, int linenum, char decoration) | |||
105 | puts(line); | 105 | puts(line); |
106 | } | 106 | } |
107 | 107 | ||
108 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); | ||
109 | |||
110 | 108 | ||
111 | static int grep_file(FILE *file) | 109 | static int grep_file(FILE *file) |
112 | { | 110 | { |