I added
#ifdef HAVE_SIGACTION
squid_signal(SIGSEGV, death, SA_NODEFER | SA_RESETHAND);
squid_signal(SIGBUS, death, SA_NODEFER | SA_RESETHAND);
#else
squid_signal(SIGSEGV, death, 0);
squid_signal(SIGBUS, death, 0);
#endif
as under Nextstep, the SA_* flags aren't defined in any headers.
Is this ok?
(There were two places in main.c where I found this necessary.)
--- Luke Howard lukeh@xedoc.com Xedoc Software http://www.xedoc.comReceived on Mon Jul 01 1996 - 22:34:09 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:34 MST