From owner-freebsd-current Thu Dec 7 22:50:28 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA03499 for current-outgoing; Thu, 7 Dec 1995 22:50:28 -0800 (PST) Received: from hub.org (hub.org [199.166.238.138]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA03494 for ; Thu, 7 Dec 1995 22:50:24 -0800 (PST) Received: (from scrappy@localhost) by hub.org (8.7.1/8.7.1) id BAA04951; Fri, 8 Dec 1995 01:50:20 -0500 (EST) Date: Fri, 8 Dec 1995 01:50:18 -0500 (EST) From: "Marc G. Fournier" To: current@freebsd.org Subject: [PATCH] /usr/src/lib/libc/stdio/vfprintf.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org Precedence: bulk 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