Subject: kernel compilation fails (freebsd_machdep.c)
To: None <current-users@netbsd.org>
From: Kazushi (Jam) Marukawa <jam@pobox.com>
List: current-users
Date: 10/27/2001 12:41:46
Today's kernel compilation fails with following error message.  I guess
freebsd_machdep.c or header files changed today causes this problem.  Please
check this out.  Thanks.

cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DCRYPTO_MD_DES_ENC -DCRYPTO_MD_BF_ENC -DLKM -DNMBCLUSTERS="0x400" -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -Di386  -c ../../../../arch/i386/i386/freebsd_machdep.c
../../../../arch/i386/i386/freebsd_machdep.c: In function `freebsd_sendsig':
../../../../arch/i386/i386/freebsd_machdep.c:132: structure has no member named `sc_eflags'
../../../../arch/i386/i386/freebsd_machdep.c: In function `freebsd_sys_sigreturn':
../../../../arch/i386/i386/freebsd_machdep.c:223: structure has no member named `sc_eflags'
../../../../arch/i386/i386/freebsd_machdep.c:230: structure has no member named `sc_eflags'
../../../../arch/i386/i386/freebsd_machdep.c:242: structure has no member named `sc_eflags'
*** Error code 1

Stop.

-- Kazushi