diff options
Diffstat (limited to 'usr.bin/make/engine.c')
-rw-r--r-- | usr.bin/make/engine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/engine.c b/usr.bin/make/engine.c index 45cd390d33f..2e492c81272 100644 --- a/usr.bin/make/engine.c +++ b/usr.bin/make/engine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: engine.c,v 1.63 2020/01/13 14:51:50 espie Exp $ */ +/* $OpenBSD: engine.c,v 1.64 2020/01/13 14:56:59 espie Exp $ */ /* * Copyright (c) 2012 Marc Espie. * @@ -615,7 +615,7 @@ job_attach_node(Job *job, GNode *node) } void -job_handle_status(Job *job, int status) +handle_job_status(Job *job, int status) { bool silent; int dying; |