Subject: building a kernel with today's sup...
To: None <current-users@netbsd.org>
From: Sean Doran <smd@ebone.net>
List: current-users
Date: 10/23/1998 15:42:39
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DLKM -DDIAGNOSTIC -DCOMPAT_43 -DNBUF="0x7d0" -DBUFPAGES="0x7d0" -DMAXUSERS=32 -D_KERNEL  -Di386  -c ../../../../compat/svr4/svr4_exec.c
../../../../compat/svr4/svr4_exec.c:74: `native_to_svr4_errno' undeclared here (not in a function)
../../../../compat/svr4/svr4_exec.c:74: initializer element for `emul_svr4.e_errno' is not constant
*** Error code 1

Stop.