diff options
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,7 +30,6 @@ | |||
30 | 30 | ||
31 | 31 | ||
32 | extern int optind; /* in unistd.h */ | 32 | extern int optind; /* in unistd.h */ |
33 | extern int errno; /* for use with strerror() */ | ||
34 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); /* in busybox.h */ | 33 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); /* in busybox.h */ |
35 | 34 | ||
36 | /* options */ | 35 | /* options */ |