Subject: kernel build failure on i386
To: current-users <current-users@netbsd.org>
From: Ken Wellsch <kwellsch@tampabay.rr.com>
List: current-users
Date: 04/07/2001 13:50:33
I'm getting this, while building a kernel, after a cvs update

cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes 
-Wpointer-arith -Wno-uninitialized -Wno-main -I. -I../../../../arch
-I../../../.. -nostdinc -DNMBCLUSTERS="0x800" -DMAXUSERS=64 -D_KERNEL -Di386 
-c ../../../../miscfs/fdesc/fdesc_vnops.c
../../../../miscfs/fdesc/fdesc_vnops.c: In function `fdesc_attr':
../../../../miscfs/fdesc/fdesc_vnops.c:491: too few arguments to function
`soo_stat'
*** Error code 1

Stop.

-- Ken