K 10 svn:author V 3 mtm K 8 svn:date V 27 2008-06-26T07:12:35.435996Z K 7 svn:log V 190 Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work on and return (const Char *) pointers instead of just (Char *) and get rid of all the type casting. PR: kern/124334 END