Re: /usr/src/dev/md error (?)

2002-07-17 Thread John Baldwin
On 17-Jul-2002 Bruce Evans wrote: > 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

Re: /usr/src/dev/md error (?)

2002-07-17 Thread Bruce Evans
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() someti

Re: /usr/src/dev/md error (?)

2002-07-16 Thread W Gerald Hicks
On Tuesday, July 16, 2002, at 10:13 PM, Bruce Evans wrote: > On Tue, 16 Jul 2002, W Gerald Hicks wrote: > >> Following patch should silence it. >> ... >> Index: src/sys/dev/md/md.c >> === >> RCS file: /home/ncvs/src/sys/dev/md/md.c,

Re: /usr/src/dev/md error (?)

2002-07-16 Thread John Baldwin
On 17-Jul-2002 Bruce Evans wrote: > On Tue, 16 Jul 2002, W Gerald Hicks wrote: > >> Following patch should silence it. >> ... >> Index: src/sys/dev/md/md.c >> === >> RCS file: /home/ncvs/src/sys/dev/md/md.c,v >> retrieving revision

Re: /usr/src/dev/md error (?)

2002-07-16 Thread Bruce Evans
On Tue, 16 Jul 2002, W Gerald Hicks wrote: > Following patch should silence it. > ... > Index: src/sys/dev/md/md.c > === > RCS file: /home/ncvs/src/sys/dev/md/md.c,v > retrieving revision 1.66 > diff -u -r1.66 md.c > --- src/sys/dev/

Re: /usr/src/dev/md error (?)

2002-07-16 Thread W Gerald Hicks
Following patch should silence it. Cheers, Jerry Hicks [EMAIL PROTECTED] Index: src/sys/dev/md/md.c === RCS file: /home/ncvs/src/sys/dev/md/md.c,v retrieving revision 1.66 diff -u -r1.66 md.c --- src/sys/dev/md/md.c 24 Jun 2002 12: