From a7230c69bfdb9e95ccd70544ba2fd3dbf6096794 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 23 Oct 1996 16:46:47 +0000 Subject: [PATCH] Rename FNM_ICASE to FNM_CASEFOLD --- usr.bin/locate/locate/fastfind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/locate/locate/fastfind.c b/usr.bin/locate/locate/fastfind.c index dd95287f279..9e90c896757 100644 --- a/usr.bin/locate/locate/fastfind.c +++ b/usr.bin/locate/locate/fastfind.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: fastfind.c,v 1.3 1996/10/13 01:44:34 wosch Exp $ + * $Id: fastfind.c,v 1.4 1996/10/20 16:54:51 wosch Exp $ */ @@ -305,7 +305,7 @@ fastfind !fnmatch(pathpart, path, 0)) #else !fnmatch(pathpart, path, - FNM_ICASE)) + FNM_CASEFOLD)) #endif /* !FF_ICASE */ { if (f_silent)