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