search for: pt_continue

Displaying 1 result from an estimated 1 matches for "pt_continue".

Did you mean: ipt_continue
2003 Aug 11
1
Kernel build fails (RELENG_4_5)
...clared (first use in this function) ... > *** Error code 1 This looks like it fixes the buildkernel on RELENG_4_5 branch (attached). BMS -------------- next part -------------- --- sys_process.c.bms Mon Aug 11 09:22:08 2003 +++ sys_process.c Mon Aug 11 09:22:28 2003 @@ -335,7 +335,7 @@ case PT_CONTINUE: case PT_DETACH: /* Zero means do not send any signal */ - if (data < 0 || data > _SIG_MAXSIG) + if (uap->data < 0 || uap->data > _SIG_MAXSIG) return EINVAL; PHOLD(p);