CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/03/05 22:17:23
Modified files: sys/sys : proc.h Log message: Increase PID_MAX to 99999: the compats that constrained it to SHRT_MAX-1 are long gone. reminded by comment suggestion from Michal Mazurek (akfaew (at) jasminek.net) ok natano@