Module Name: src Committed By: kre Date: Sun Oct 28 18:16:01 UTC 2018
Modified Files: src/bin/sh: jobs.c Log Message: Use strsignal() rather than direct reference to sys_siglist[] (apart from being cleaner, it also simplifies the code, as strsignal() never fails ... it also removes one reference to NSIG). To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/bin/sh/jobs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.