On Mon, Aug 16, 2010 at 19:38, Johannes Sixt <j6t@xxxxxxxx> wrote: > + return fnmatch(pattern, string, flags | (ignore_case ? FNM_CASEFOLD : 0)); On Solaris 10: dir.c: In function `fnmatch_icase': dir.c:34: error: `FNM_CASEFOLD' undeclared (first use in this function) dir.c:34: error: (Each undeclared identifier is reported only once dir.c:34: error: for each function it appears in.) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html