Subject: _BSD_VA_LIST_ vs va_list in lib/libc/stdio/*.c?
To: None <tech-ports@NetBSD.ORG>
From: Andrew Cagney <cagney@highland.com.au>
List: tech-ports
Date: 09/17/1995 19:55:19
Hello,

The files (to choose a few) vfprintf.c, vfscanf.c and vprintf.c
in the source directory lib/libc/stdio use the macro _BSD_VA_LIST_
instead of the type va_list.

Is there a reason?

		Andrew