Module Name: src Committed By: kre Date: Thu Oct 19 01:57:18 UTC 2017
Modified Files: src/bin/sh: jobs.c Log Message: Re-factor the code that extracts status from exited jobs, avoiding code duplication, and reducing the size of /bin/sh by a trivial amount. NFCI. This is being done now as there are two other changes forthcoming, both of which benefit - one would result in even more code duplication without this, the other might need to alter how this is done, and doing it after this means there's just one place to change (if required). To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/bin/sh/jobs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.