Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-18 08:11:39 +0400
committerEric Andersen <andersen@codepoet.org>2001-10-18 08:11:39 +0400
commit74400ccfd08e8ff72b9147951dd437dd3bb7abb1 (patch)
treed1e5c30982d3ef735c33b3b52722aaaadd8daaaa /findutils
parent8acbf1d3079e9ed6d15c39bd57135b13ecb4076f (diff)
Scrub up some function prototypes.
-Erik
Diffstat (limited to 'findutils')
-rw-r--r--findutils/grep.c1
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 @@
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 */