From e8f5d322cf720f65a1d24c1219bcedef8af9e6ec Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 27 May 2013 13:01:48 -0400 Subject: Porting to VMS, from Hartmut Becker. --- vmsjobs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vmsjobs.c') diff --git a/vmsjobs.c b/vmsjobs.c index 2a59152..7e685c8 100644 --- a/vmsjobs.c +++ b/vmsjobs.c @@ -149,7 +149,7 @@ vmsHandleChildTerm(struct child *child) { /* The commands failed. Write an error message, delete non-precious targets, and abort. */ - child_error (c->file->name, c->cstatus, 0, 0, 0); + child_error (c, c->cstatus, 0, 0, 0); c->file->update_status = 1; delete_child_targets (c); } @@ -158,7 +158,7 @@ vmsHandleChildTerm(struct child *child) if (child_failed) { /* The commands failed, but we don't care. */ - child_error (c->file->name, c->cstatus, 0, 0, 1); + child_error (c, c->cstatus, 0, 0, 1); child_failed = 0; } -- cgit v1.2.3