Subject: Re: lib/260: Problems with include files
To: Thorsten Lockert <tholo@SigmaSoft.COM>
From: Chris G. Demetriou <cgd@postgres.Berkeley.EDU>
List: netbsd-bugs
Date: 05/22/1994 17:44:04
> >Description:
> 	_VA_LIST_ is not defined anywhere, used in, amongst other, <stdio.h>
> 	There are conflicting prototypes for chflags in <unistd.h> and
> 	<sys/stat.h>
> 	Possibly others, gave up after these
> >How-To-Repeat:
> 	Install includes, type to compile libc
> >Fix:
> 	Add _VA_LIST_ definition to <machine/ansi.h> for various architectures,
> 	at least i386 (the only one I tested/checked)
> 	Remove or correct wrong prototype for chflags(2)

actually, it's because i'd not yet fixed up libc for the New World
Order, w.r.t. the ANSI type definitions.

i've fixed the above-mentioned problems, and am rooting out the rest
now.


chris

------------------------------------------------------------------------------