John Baldwin <[EMAIL PROTECTED]> writes:
> On 24-Nov-01 Martin Blapp wrote:
> > -                   realitexpire, td);
> > +                   realitexpire, td->td_proc);
> > 
> > Fixes the panic 100%.
> Ouch, something this simple definitely caused a warning, it looks
> like warnings are being ignored. :(

No, the last argument is a void * (it's a cookie that's passed to the
function specified by the second-last argument) so it escapes normal
compiler diagnostics.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

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

Reply via email to