mtm 2008-06-26 07:12:35 UTC FreeBSD src repository
Modified files: lib/libc/gen glob.c Log: SVN rev 180021 on 2008-06-26 07:12:35Z by mtm 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 Revision Changes Path 1.27 +5 -5 src/lib/libc/gen/glob.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"