summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-09-21 08:18:41 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-09-21 08:18:41 +0000
commit217809e14554f617f0e1dabd821dc4f3448929d8 (patch)
treebe6422a6c5d50541eea07584d8ba7bafac65efea /usr.bin
parent10f160f479b38433f4047a2f25d5aa8f07bc60e6 (diff)
vax, found by fries@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/job.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index 96081b75db8..243920ed929 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: job.c,v 1.124 2012/09/21 07:55:20 espie Exp $ */
+/* $OpenBSD: job.c,v 1.125 2012/09/21 08:18:40 espie Exp $ */
/* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */
/*
@@ -163,10 +163,10 @@ void
print_errors(void)
{
Job *j;
+ const char *previous = NULL;
fprintf(stderr, "\nStop in %s%c\n", Var_Value(".CURDIR"),
errorJobs ? ':' : '.');
- const char *previous = NULL;
for (j = errorJobs; j != NULL; j = j->next) {
const char *type;