aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-14 16:22:50 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-14 16:22:50 +0000
commit0b3f32b784e3aa768510d008b34d1f0b406011b2 (patch)
treee01a86a4576682a6d5cbcb594c3c7c59fd88d721 /findutils
parente8fbd4ae374c8a58e24200e7b2c8563081ce0df2 (diff)
downloadbusybox-w32-0b3f32b784e3aa768510d008b34d1f0b406011b2.tar.gz
busybox-w32-0b3f32b784e3aa768510d008b34d1f0b406011b2.tar.bz2
busybox-w32-0b3f32b784e3aa768510d008b34d1f0b406011b2.zip
removed strange extern void xregcomp(... from some applets, but declared from libbb.h
git-svn-id: svn://busybox.net/trunk/busybox@11463 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'findutils')
-rw-r--r--findutils/grep.c2
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
108extern void xregcomp(regex_t *preg, const char *regex, int cflags);
109
110 108
111static int grep_file(FILE *file) 109static int grep_file(FILE *file)
112{ 110{