summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2009-11-16 02:31:23 +0000
committerPaul Smith <psmith@gnu.org>2009-11-16 02:31:23 +0000
commit293f93fe090eef5bb1d34776d87b408994246c07 (patch)
tree334880e1954d3efa4f00fe7ce9a7c0f997a75232 /job.h
parent49d5a0a5b654fee2eed672312c2c81b231062fab (diff)
downloadmake-293f93fe090eef5bb1d34776d87b408994246c07.tar.gz
Add VMS enhancements from Hartmut Becker.
Diffstat (limited to 'job.h')
-rw-r--r--job.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.h b/job.h
index 89472514..4664e750 100644
--- a/job.h
+++ b/job.h
@@ -53,6 +53,7 @@ struct child
#ifdef VMS
int efn; /* Completion event flag number */
int cstatus; /* Completion status */
+ char *comname; /* Temporary command file name */
#endif
char *sh_batch_file; /* Script file for shell commands */
unsigned int remote:1; /* Nonzero if executing remotely. */