diff options
Diffstat (limited to 'job.h')
-rw-r--r-- | job.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -46,7 +46,6 @@ struct child unsigned int good_stdin:1; /* Nonzero if this child has a good stdin. */ unsigned int deleted:1; /* Nonzero if targets have been deleted. */ - char job_token; /* The token read from the job pipe. */ }; extern struct child *children; |