aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'grep.c')
-rw-r--r--grep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/grep.c b/grep.c
index 3254868be..eff7c3ff5 100644
--- a/grep.c
+++ b/grep.c
@@ -30,7 +30,6 @@
30 30
31 31
32extern int optind; /* in unistd.h */ 32extern int optind; /* in unistd.h */
33extern int errno; /* for use with strerror() */
34extern void xregcomp(regex_t *preg, const char *regex, int cflags); /* in busybox.h */ 33extern void xregcomp(regex_t *preg, const char *regex, int cflags); /* in busybox.h */
35 34
36/* options */ 35/* options */