cvs commit: src/lib/libc/gen glob.c
Mike Makonnen
mtm at FreeBSD.org
Thu Jun 26 07:12:49 UTC 2008
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
More information about the cvs-src
mailing list