- Bring back the variable size that is used on sysctl(3).
To set a new value, newp is set to point to a buffer of length newlen
from which the requested value is to be taken. If a new value is not to
be set, newp should be set to NULL and newlen set to 0.
Spotted by: kib and ngie.
- Add missing prototypes.
- Initialize variable jid to 0.