On 10/27/2012 12:05 PM, Graham Goode wrote:
I had to create my own definition of 'bzero'

#define bzero(b,len) (memset((b), '\0', (len)), (void) 0);

I've now replaced bzero with memset and committed that as r450.

// David


_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to