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() sometimes

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 the semantics

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

2002-07-16 Thread Dikshie
Hello, I got error on step make buildkernel KERNCONF=MANDIRI : cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wno-format -ansi -g -n ostdinc -I- -I. -I/usr/src/sys -I/usr/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

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/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 1.66 diff -u

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,v