Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2008 07:20:04 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/124334: commit references a PR
Message-ID:  <200806260720.m5Q7K47g089405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/124334; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/124334: commit references a PR
Date: Thu, 26 Jun 2008 07:12:57 +0000 (UTC)

 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 "cvs-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806260720.m5Q7K47g089405>