From 74400ccfd08e8ff72b9147951dd437dd3bb7abb1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 18 Oct 2001 04:11:39 +0000 Subject: Scrub up some function prototypes. -Erik --- findutils/grep.c | 1 - 1 file changed, 1 deletion(-) (limited to 'findutils') diff --git a/findutils/grep.c b/findutils/grep.c index 3254868..eff7c3f 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 */ -- cgit v1.1