Index: b/usr/src/head/fnmatch.h =================================================================== --- a/usr/src/head/fnmatch.h +++ b/usr/src/head/fnmatch.h @@ -37,6 +37,7 @@ extern "C" { #define FNM_PERIOD 0x04 /* Leading period in string must be exactly */ /* matched by period in pattern */ #define FNM_IGNORECASE 0x08 /* Ignore case when making comparisons */ +#define FNM_CASEFOLD FNM_IGNORECASE #define FNM_NOMATCH 1 /* string doesnt match the specified pattern */ #define FNM_ERROR 2 /* error occured */