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