Eric Warmenhoven wrote:
> The problem is that it was in test9 but is no longer in test10 (which is
> why grepping turned up nothing). It was previously #define'd as
> (signal_pending(current)), which was used in many places in the source,
> whereas current_got_fatal_signal was never used.
>
> So that's the fix. Change it from current_got_fatal_signal() to
> signal_pending(current). Worked for me anyway.
OK, thanks. I made the change and uploaded it to CVS. Didn't
try it yet, but it looks right.
-Kevin