PID_MAX
if (kn->kn_id > PID_MAX)
pid = 2 + arc4random_uniform(PID_MAX - 1);
#define NO_PID (PID_MAX+1)