Subject: 19990131 -current kernel build failed (dev/si.c)
To: Erik E. Fair <fair@clock.org>
From: Gordon W. Ross <gwr@netbsd.org>
List: port-sun3
Date: 02/09/1999 02:14:19
Erik E. Fair writes:
> cc -O2 -fno-defer-pop -msoft-float -Werror -Wall -Wstrict-prototypes
> -Wmissing-
> prototypes -Wpointer-arith -Wno-main -nostdinc -I. -I/usr/src/sys/arch
> -I/usr/s
> rc/sys -undef -D__NetBSD__ -Dm68k -Dmc68000 -D_KERNEL -Dsun3 -D_SUN3_
> -DDIAGNOST
> IC -DLANCE_REVC_BUG -DMAXUSERS=16 -c /usr/src/sys/arch/sun3/dev/si.c
> cc1: warnings being treated as errors
> /usr/src/sys/arch/sun3/dev/si.c: In function `si_dma_alloc':
> /usr/src/sys/arch/sun3/dev/si.c:330: warning: implicit declaration of
> function `
> Debugger'
> *** Error code 1
Debugger() is supposed to be always declared on the sun3
(because there always is one - either DDB or the PROM).
The prototype used to be in machdep.h (I think).
Did it get removed or something?
Gordon