summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-07-18 10:22:42 +0000
committertjr <tjr@FreeBSD.org>2002-07-18 10:22:42 +0000
commit9e3506ab60a88bcd2d61b3fee95a0b1882d6ee93 (patch)
tree74ccd48d52d4ea400db890a54bd310ec6d9803fa /sys/vm
parent60af0dcffab9e488729039c35d7ebff3a5b7533d (diff)
downloadFreeBSD-src-9e3506ab60a88bcd2d61b3fee95a0b1882d6ee93.zip
FreeBSD-src-9e3506ab60a88bcd2d61b3fee95a0b1882d6ee93.tar.gz
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.
Diffstat (limited to 'sys/vm')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud