diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-18 11:32:19 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-18 11:32:19 -0700 |
commit | 2720a97cbd0254fbe314937bba23486d8426ad9f (patch) | |
tree | eb62b179aed6658a74479b208de27dbfe95e3b58 /jobs.c | |
parent | 52e7de027a9204963baf31238c271cde9a7d8fff (diff) | |
parent | 5414692efe92a9fb87cbcb374493102bca7424bc (diff) | |
download | vyatta-bash-2720a97cbd0254fbe314937bba23486d8426ad9f.tar.gz vyatta-bash-2720a97cbd0254fbe314937bba23486d8426ad9f.zip |
Merge branch 'larkspur' of vm:git/vyatta-bash into larkspur
Diffstat (limited to 'jobs.c')
-rw-r--r-- | jobs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3023,6 +3023,7 @@ waitchld (wpid, block) if (PEXITED (child)) { + log_process_exit (child); js.c_totreaped++; if (job != NO_JOB) js.c_reaped++; |