Date: Sun, 27 Oct 1996 23:29:44 +0100 From: Wolfram Schneider <wosch@cs.tu-berlin.de> To: "Andrey A. Chernov" <ache@freefall.freebsd.org> Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-include@freefall.freebsd.org Subject: cvs commit: src/include fnmatch.h Message-ID: <199610272229.XAA08448@campa.panke.de> In-Reply-To: <199610231642.JAA26161@freefall.freebsd.org> References: <199610231642.JAA26161@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Andrey A. Chernov writes: >ache 96/10/23 09:42:38 > > Modified: include fnmatch.h > Log: > GNU-style changes: > 1) Rename FNM_ICASE to FNM_CASEFOLD BTW, SunOS 5.5 use the name FNM_IGNORECASE. Should we define an alias for compatibility? E.g. #define FNM_IGNORECASE FNM_CASEFOLD /* compatibility for SunOS 5.5 */ Wolfram /usr/include/fnmatch.h: /* * Copyright (c) 1994 by Sun Microsystems, Inc. * Copyright 1985, 1994 by Mortice Kern Systems Inc. All rights reserved. */ #define FNM_IGNORECASE 0x08 /* Ignore case when making comparisons */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610272229.XAA08448>