From 1b01d32bc8fc3e400f0de578f43f9a5b67acb19b Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 28 Sep 2004 18:12:45 +0000 Subject: deregister + ansify, no change in object code. ok deraadt@ millert@ --- lib/libc/stdio/vasprintf.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'lib/libc/stdio/vasprintf.c') diff --git a/lib/libc/stdio/vasprintf.c b/lib/libc/stdio/vasprintf.c index b1b37678931..ee7f584efa2 100644 --- a/lib/libc/stdio/vasprintf.c +++ b/lib/libc/stdio/vasprintf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vasprintf.c,v 1.8 2003/06/17 21:56:24 millert Exp $ */ +/* $OpenBSD: vasprintf.c,v 1.9 2004/09/28 18:12:44 otto Exp $ */ /* * Copyright (c) 1997 Todd C. Miller @@ -17,7 +17,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: vasprintf.c,v 1.8 2003/06/17 21:56:24 millert Exp $"; +static char rcsid[] = "$OpenBSD: vasprintf.c,v 1.9 2004/09/28 18:12:44 otto Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -25,10 +25,7 @@ static char rcsid[] = "$OpenBSD: vasprintf.c,v 1.8 2003/06/17 21:56:24 millert E #include int -vasprintf(str, fmt, ap) - char **str; - const char *fmt; - _BSD_VA_LIST_ ap; +vasprintf(char **str, const char *fmt, _BSD_VA_LIST_ ap) { int ret; FILE f; -- cgit v1.2.3