Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 15:55:36 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        current@FreeBSD.org, Dikshie <dikshie@ppk.itb.ac.id>, W Gerald Hicks <gehicks@gehicks.dyndns.org>
Subject:   Re: /usr/src/dev/md  error (?)
Message-ID:  <20020717155435.A3935-100000@gamplex.bde.org>
In-Reply-To: <XFMail.20020716222151.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 16 Jul 2002, John Baldwin wrote:

> On 17-Jul-2002 Bruce Evans wrote:
> > This change and the break after the panic() are bogus.  panic() "never"
> > returns, and the compiler knows this.  Unfortunately, the RESTARTABLE_PANICS
> > option subverts the semantics of panic(), so panic() sometimes returns.
> > This breaks compilation of md.c and 28 other files in NOTES.  The fix
> > shouldn't be to disturb the usual flow of control in those 29 files.
>
> We should probably turn RESTARTABLE_PANICS off in NOTES.

It already is.  I had to turn it on to find the 29 files :-).

Bruce


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?20020717155435.A3935-100000>