Searched hist:100308 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Djobs.hdiff 100308 Thu Jul 18 08:22:42 MDT 2002 tjr 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.
H A Djobs.cdiff 100308 Thu Jul 18 08:22:42 MDT 2002 tjr 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.

Completed in 63 milliseconds