Poul-Henning Kamp wrote:
> +       bzero(&mymutex, sizeof mymutex);
>         mtx_init(&mymutex, "g_up", MTX_DEF, 0);


Too bad mtx_init() doesn't really initialize the mutex, or
this would not be necessary.  8-(.

-- Terry

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

Reply via email to