summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-07-18 09:37:51 +0000
committertjr <tjr@FreeBSD.org>2002-07-18 09:37:51 +0000
commit60af0dcffab9e488729039c35d7ebff3a5b7533d (patch)
treea2bb8be00a86a9eaad369c063077e004b3f21ec7 /bin/sh/jobs.h
parent0b1947f6a938622c0ffbaaba02e0c72b0c04551c (diff)
downloadFreeBSD-src-60af0dcffab9e488729039c35d7ebff3a5b7533d.zip
FreeBSD-src-60af0dcffab9e488729039c35d7ebff3a5b7533d.tar.gz
Make the message that is printed when the foreground process is terminated
by a signal the same as pdksh/bash/sh before rev. 1.34.
Diffstat (limited to 'bin/sh/jobs.h')
-rw-r--r--bin/sh/jobs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h
index ad0a74f..5bc32eb 100644
--- a/bin/sh/jobs.h
+++ b/bin/sh/jobs.h
@@ -71,6 +71,7 @@ struct job {
char state; /* true if job is finished */
char used; /* true if this entry is in used */
char changed; /* true if status has changed */
+ char foreground; /* true if running in the foreground */
#if JOBS
char jobctl; /* job running under job control */
struct job *next; /* job used after this one */
OpenPOWER on IntegriCloud