[parisc-linux] Oops on 2.4.20-pa33
Randolph Chung
Randolph Chung <randolph@tausq.org>
Tue, 6 May 2003 07:04:25 -0700
> AFAIK here is the full patch I suggested after some mail exchanges with Dave:
>
I think willy already mentioned that:
> +#if !defined (__LP64__) && ((__GNUC__ > 3) || (__GNUC__ == 3 && __GNUC_MINOR__
> >= 1))
> + if (ka->sa.sa_handler == (void *)SIG_IGN) {
> +#else
> if (ka->sa.sa_handler == SIG_IGN) {
> +#endif
is wrong.. just do
> + if (ka->sa.sa_handler == (void *)SIG_IGN) {
unconditionally. don't put the ifdef's in.
can you post a cleaned up patch?
thanks,
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/