diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-18 04:11:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-18 04:11:39 +0000 |
commit | 74400ccfd08e8ff72b9147951dd437dd3bb7abb1 (patch) | |
tree | d1e5c30982d3ef735c33b3b52722aaaadd8daaaa /findutils | |
parent | 8acbf1d3079e9ed6d15c39bd57135b13ecb4076f (diff) | |
download | busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.tar.gz busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.tar.bz2 busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.zip |
Scrub up some function prototypes.
-Erik
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/grep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index 3254868be..eff7c3ff5 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -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 */ |