Subject: Re: -current kernel won't compile on alpha
To: None <current-users@netbsd.org>
From: Dave Huang <khym@azeotrope.org>
List: current-users
Date: 09/22/2001 14:42:57
Kernel still won't compile, this time due to something in COMPAT_OSF1:

cc -g -O2 -mcpu=21164a -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -mno-fp-regs -I. -I../../../../arch -I../../../.. -nostdinc -DDIAGNOSTIC -DNMBCLUSTERS="0x800" -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -Dalpha   -c ../../../../compat/osf1/osf1_exec.c
../../../../compat/osf1/osf1_exec.c:66: `setregs' undeclared here (not in a function)
../../../../compat/osf1/osf1_exec.c:66: initializer element for `emul_osf1.e_setregs' is not constant

I guess a function prototype for setregs is needed somewhere?