head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2002.12.13.20.54.20;	author pat;	state dead;
branches;
next	1.1;

1.1
date	2002.10.21.00.22.31;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix on -STABLE which only has _BSD_VA_LIST_

PR:		ports/44985
Submitted by:	Yoshihiko Sarumaru <mistral@@imasy.or.jp>
@
text
@--- vsprintf.c.orig	Sun Oct 20 17:23:01 2002
+++ vsprintf.c	Sun Oct 20 17:23:32 2002
@@@@ -52,7 +52,7 @@@@
 vsprintf(str, fmt, ap)
 	char *str;
 	const char *fmt;
-	_BSD_VA_LIST_ ap;
+	va_list ap;
 {
 	int ret;
 	FILE f;
@


1.1
log
@Fix build on -current (_BSD_VA_LIST_ -> va_list)
@
text
@@

