From 8c1e64b7dc6dbcfe5d7d64fddb47f5ed289d3f0a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 16 Sep 2008 12:28:35 +0000 Subject: [PATCH] Remove UCB advertising clause and some compatibility defines. --- emul/fnmatch.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/emul/fnmatch.h b/emul/fnmatch.h index 7a66a46d2..9f65bc584 100644 --- a/emul/fnmatch.h +++ b/emul/fnmatch.h @@ -10,11 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -44,8 +40,6 @@ #define FNM_PERIOD 0x04 /* Period must be matched by period. */ #define FNM_LEADING_DIR 0x08 /* Ignore / after Imatch. */ #define FNM_CASEFOLD 0x10 /* Case insensitive search. */ -#define FNM_IGNORECASE FNM_CASEFOLD -#define FNM_FILE_NAME FNM_PATHNAME int fnmatch __P((const char *, const char *, int)); -- 2.40.0