Re: Squid version 1.0.0 now available!

From: Luke Howard <lukeh@dont-contact.us>
Date: Tue, 2 Jul 96 15:33:07 +1000

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.com
Received 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