Skip site navigation (1)Skip section navigation (2)
Date:      27 Nov 2001 01:34:01 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        Martin Blapp <mb@imp.ch>, freebsd-current@freebsd.org
Subject:   Re: Still panic() with userland binary on CURRENT
Message-ID:  <xzp667x832e.fsf@flood.ping.uio.no>
In-Reply-To: <XFMail.011126094331.jhb@FreeBSD.org>
References:  <XFMail.011126094331.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin <jhb@FreeBSD.org> 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 - des@ofug.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzp667x832e.fsf>