From: Paul Eggert Date: Mon, 2 Aug 2004 18:10:35 +0000 (+0000) Subject: Include . X-Git-Tag: v5.3.0~964 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4805f79e88968d0f3c0c39bca518d549390c088;p=thirdparty%2Fcoreutils.git Include . (errno): Remove decl; we now assume C89 or better. --- diff --git a/lib/fnmatch.c b/lib/fnmatch.c index b9b0598340..32468964d8 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include @@ -156,10 +157,6 @@ extern int fnmatch (const char *pattern, const char *string, int flags); /* Avoid depending on library functions or files whose names are inconsistent. */ -# ifndef errno -extern int errno; -# endif - /* Global variable. */ static int posixly_correct;