diff options
Diffstat (limited to 'lib/libc/gen/verrx.c')
-rw-r--r-- | lib/libc/gen/verrx.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/gen/verrx.c b/lib/libc/gen/verrx.c index 27deab68c75..6652a497560 100644 --- a/lib/libc/gen/verrx.c +++ b/lib/libc/gen/verrx.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: verrx.c,v 1.6 2003/06/02 20:18:35 millert Exp $"; +static char rcsid[] = "$OpenBSD: verrx.c,v 1.7 2004/05/18 02:05:52 jfb Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> @@ -40,10 +40,7 @@ static char rcsid[] = "$OpenBSD: verrx.c,v 1.6 2003/06/02 20:18:35 millert Exp $ extern char *__progname; /* Program name, from crt0. */ __dead void -_verrx(eval, fmt, ap) - int eval; - const char *fmt; - va_list ap; +_verrx(int eval, const char *fmt, va_list ap) { (void)fprintf(stderr, "%s: ", __progname); if (fmt != NULL) |