summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e1c34a1..92264b2 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -2707,7 +2707,7 @@ JobInterrupt(runINTERRUPT, signo)
aborting = ABORT_INTERRUPT;
- (void) Lst_Open(jobs);
+ (void) Lst_Open(jobs);
while ((ln = Lst_Next(jobs)) != NULL) {
job = (Job *) Lst_Datum(ln);
@@ -2748,7 +2748,7 @@ JobInterrupt(runINTERRUPT, signo)
}
#ifdef REMOTE
- (void)Lst_Open(stoppedJobs);
+ (void)Lst_Open(stoppedJobs);
while ((ln = Lst_Next(stoppedJobs)) != NULL) {
job = (Job *) Lst_Datum(ln);
OpenPOWER on IntegriCloud