diff options
Diffstat (limited to 'lib/libc/gen/verr.c')
-rw-r--r-- | lib/libc/gen/verr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gen/verr.c b/lib/libc/gen/verr.c index 8f4722b9ee5..b27b9caef8a 100644 --- a/lib/libc/gen/verr.c +++ b/lib/libc/gen/verr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: verr.c,v 1.10 2015/08/31 02:53:57 guenther Exp $ */ +/* $OpenBSD: verr.c,v 1.11 2016/03/13 18:34:20 guenther Exp $ */ /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ #include <string.h> #include <stdarg.h> -extern char *__progname; /* Program name, from crt0. */ - __dead void verr(int eval, const char *fmt, va_list ap) { |