Subject: COMPAT_16 related compilation error
To: None <christos@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: tech-kern
Date: 09/12/2003 09:05:09
cc   -ffreestanding  -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -Wno-uninitialized  -Di386 -I.  -I../../../../arch -I../../../.. -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT   -c ../../../../dev/raidframe/rf_acctrace.c
In file included from machine/cpu.h:47,
                 from machine/param.h:48,
                 from ../../../../sys/param.h:142,
                 from ../../../../dev/raidframe/raidframevar.h:110,
                 from ../../../../dev/raidframe/rf_acctrace.c:41:
machine/frame.h:163: field `sf_sc' has incomplete type

*** Failed target:  rf_acctrace.o
*** Failed command: cc   -ffreestanding  -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -Wno-uninitialized  -Di386 -I.  -I../../../../arch -I../../../.. -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT   -c ../../../../dev/raidframe/rf_acctrace.c
*** Error code 1

Stop.