Subject: lib/260: Problems with include files
To: None <gnats-admin>
From: Thorsten Lockert <tholo@SigmaSoft.COM>
List: netbsd-bugs
Date: 05/22/1994 12:20:02
>Number:         260
>Category:       lib
>Synopsis:       There are missing and conflicting definitions in the include files
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    gnats-admin (Library Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun May 22 12:20:01 1994
>Originator:     Thorsten Lockert
>Organization:
SigmaSoft, Th. Lockert
>Release:        current
>Environment:
	
System: NetBSD gandalf.bbb.no 0.9B GANDALF#3 i386


>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)
>Audit-Trail:
>Unformatted:


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