On Mon, 31 Jul 2000 07:28:09 -0400, Brian Fundakowski Feldman wrote:

>                   key = (struct keyfield *)
>                     xmalloc (sizeof (struct keyfield));
> +                 bzero(key, sizeof(*key));

Wouldn't a calloc() be exactly what's required here?

Ciao,
Sheldon.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to