Subject: Re: Re: where is "pseudo-device agr" ?
To: None <joel@carnat.net>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: port-sparc64
Date: 10/30/2006 07:37:17
> #   compile  BAGHEERA/if_agrmonitor.o
> cc -mcpu=ultrasparc -mvis -Os -mcmodel=medlow -mno-fpu -ffreestanding -fno-zero-initialized-in-bss -mcpu=ultrasparc -mvis -Os -pipe -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-sign-compare -Wno-pointer-sign -Wno-attributes -fno-strict-aliasing -Dsparc64 -D__sparc64__ -D_LP64 -Wa,-Av9a -I. -I../../../../contrib/dev/ath/netbsd -I../../../../../common/include -I../../../../arch -I../../../.. -nostdinc -DLKM -DMAXUSERS=64 -D_KERNEL -D_KERNEL_OPT -I../../../../lib/libkern/../../../common/lib/libc/quad -I../../../../lib/libkern/../../../common/lib/libc/string -I../../../../lib/libkern/../../../common/lib/libc/arch/sparc64/string -I../../../../dist/ipf -c ../../../../net/agr/if_agrmonitor.c
> In file included from ../../../../net/agr/if_agrmonitor.c:39:
> ../../../../net/agr/if_agrvar_impl.h:103: error: field 'sc_ioctl_lock' has incomplete type
> ../../../../net/agr/if_agrvar_impl.h:104: error: field 'sc_lock' has incomplete type
> *** Error code 1
> 
> Stop.
> make: stopped in /home/cvs/src-4/sys/arch/sparc64/compile/BAGHEERA

now fixed on -current.  (at least compilable :-)

> Do I need -current, or is there another thing to add ?

at this point, you need -current.

YAMAMOTO Takashi