Subject: Re: kernel build failure with smg.c
To: NetBSD Mailing list <netbsd@mrynet.com>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 04/03/2000 10:07:20
> Since about a week ago I've been experiencing the following:
> 
> cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-main -mno-pic -I. -I../../../../arch -I../../../.. -nostdinc -I../../../../../gnu/sys -DLKM -DMAXUSERS=16 -D_KERNEL  -D_VAX_INLINE_  -c ../../../../arch/vax/vsa/smg.c
> ../../../../arch/vax/vsa/smg.c: In function `smg_attach':
> ../../../../arch/vax/vsa/smg.c:197: `smc_cursor_ch' undeclared (first use in this function)
> ../../../../arch/vax/vsa/smg.c:197: (Each undeclared identifier is reported only once
> ../../../../arch/vax/vsa/smg.c:197: for each function it appears in.)
> *** Error code 1
> 
This was fixed a couple of days ago.

-- Ragge