K 10 svn:author V 3 tjr K 8 svn:date V 27 2002-07-18T10:22:42.000000Z K 7 svn:log V 247 Avoid using ints or shorts to store process id's, use pid_t instead. The pgrp member of struct job was declared as a short and could not store every possible process group ID value, the rest of them were benign because pid_t happens to be an int. END