From: Olivier G. <gal...@po...> - 2010-02-20 10:21:31
|
On Fri, Feb 19, 2010 at 11:30:44AM -0800, Ian Romanick wrote: > I'd also like to see additional patches to eliminate: > > - _mesa_bzero - Conditionally wrap this if HAVE_BZERO is not defined. > Do the usual autoconf magic to detect it. Let non-autoconf builds > figure it out there own way. Shouldn't you just use memset instead? OG. |