Date: Fri, 8 Dec 1995 01:50:18 -0500 (EST) From: "Marc G. Fournier" <scrappy@hub.org> To: current@freebsd.org Subject: [PATCH] /usr/src/lib/libc/stdio/vfprintf.c Message-ID: <Pine.BSF.3.91.951208014856.4937A-100000@hub.org>
next in thread | raw e-mail | index | archive | help
Here's another, where va_list had to be converted to _BSD_VA_LIST_
to match the include file declaration:
*** lib/libc/stdio/vfprintf.c.orig Fri Dec 8 01:46:12 1995
--- lib/libc/stdio/vfprintf.c Fri Dec 8 01:46:46 1995
***************
*** 278,284 ****
vfprintf(fp, fmt0, ap)
FILE *fp;
const char *fmt0;
! va_list ap;
{
register char *fmt; /* format string */
register int ch; /* character from fmt */
--- 278,284 ----
vfprintf(fp, fmt0, ap)
FILE *fp;
const char *fmt0;
! _BSD_VA_LIST_ ap;
{
register char *fmt; /* format string */
register int ch; /* character from fmt */
Marc G. Fournier | POP Mail Telnet Acct DNS Hosting
scrappy@hub.org | WWW Services Database Services | Knowledge,
soon to be: | | Information and
scrappy@ki.net | WWW: http://hub.org | Communications, Inc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951208014856.4937A-100000>
