Displaying 1 result from an estimated 1 matches for "_sig_maxsig".
2003 Aug 11
1
Kernel build fails (RELENG_4_5)
...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);