artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c456e48
)
somehow, I lost that static.
author
espie
<espie@openbsd.org>
Tue, 19 Dec 2017 13:51:13 +0000
(13:51 +0000)
committer
espie
<espie@openbsd.org>
Tue, 19 Dec 2017 13:51:13 +0000
(13:51 +0000)
From Michal W. Bombardieri, thx
usr.bin/make/job.c
patch
|
blob
|
history
diff --git
a/usr.bin/make/job.c
b/usr.bin/make/job.c
index
0ff4303
..
ebbae53
100644
(file)
--- a/
usr.bin/make/job.c
+++ b/
usr.bin/make/job.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: job.c,v 1.1
39 2017/01/21 12:35:40 natano Exp $
*/
+/* $OpenBSD: job.c,v 1.1
40 2017/12/19 13:51:13 espie Exp $
*/
/* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */
/*
@@
-220,7
+220,7
@@
static const char *
shortened_curdir(void)
{
static BUFFER buf;
- bool first = true;
+
static
bool first = true;
if (first) {
Buf_Init(&buf, 0);
buf_addcurdir(&buf);