$NetBSD: patch-ac,v 1.1.1.1 2009/02/15 16:05:43 jmcneill Exp $

--- lib/exceptionhandler/exceptionhandler.c.orig	2008-12-21 13:41:15.000000000 -0500
+++ lib/exceptionhandler/exceptionhandler.c
@@ -134,6 +134,8 @@ typedef void(*SigActionHandler)(int, sig
 
 #ifdef WZ_OS_MAC
 static struct sigaction oldAction[32];
+#elif defined(_NSIG)
+static struct sigaction oldAction[_NSIG];
 #else
 static struct sigaction oldAction[NSIG];
 #endif
