From a4805f79e88968d0f3c0c39bca518d549390c088 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 2 Aug 2004 18:10:35 +0000 Subject: [PATCH] Include . (errno): Remove decl; we now assume C89 or better. --- lib/fnmatch.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; -- 2.47.2