> +#if defined (__hppa__) > + current->sig->action[sig-1].sa.sa_handler == (void *)SIG_IGN); > +#else > current->sig->action[sig-1].sa.sa_handler == SIG_IGN); > +#endif You don't need to conditionalize the statement with the cast. It should work on all ports. Dave -- J. David Anglin dave.anglin@nrc-cnrc.gc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6602)