[PATCH 2/2] new valid_signal function - convert code that currently tests _NSIG directly to use the new function instead

2005-04-18 Thread Jesper Juhl
The patch below converts most of the current code that uses _NSIG directly to instead use the valid_signal() function added by the previous patch. This avoids gcc -W warnings and off-by-one errors and it's also nice and readable, no doubt about what the code tests. Signed-off-by: Jesper Juhl

[PATCH 2/2] new valid_signal function - convert code that currently tests _NSIG directly to use the new function instead

2005-04-18 Thread Jesper Juhl
The patch below converts most of the current code that uses _NSIG directly to instead use the valid_signal() function added by the previous patch. This avoids gcc -W warnings and off-by-one errors and it's also nice and readable, no doubt about what the code tests. Signed-off-by: Jesper Juhl