Module Name: src Committed By: christos Date: Sat Nov 5 23:49:59 UTC 2016
Modified Files: src/sys/sys: wait.h Log Message: Since the stopped bits set is a subset of the continued bits set, check that we are not continued in WIFSTOPPED. Make WIFSIGNALED more obvious, it being the remaining state of not exited, not stopped and not continued. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/sys/wait.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.