15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
$NetBSD: patch-ab,v 1.2 2006/06/13 16:50:59 joerg Exp $
|
|
|
|
--- egcs-1.1.1/libiberty/strsignal.c.orig 1998-05-16 01:42:42.000000000 +0200
|
|
+++ egcs-1.1.1/libiberty/strsignal.c
|
|
@@ -244,7 +244,9 @@ static const char **sys_siglist;
|
|
#else
|
|
|
|
#ifdef NSIG
|
|
+#if !defined(__NetBSD__) && !defined(__DragonFly__)
|
|
static int sys_nsig = NSIG;
|
|
+#endif
|
|
#else
|
|
#ifdef _NSIG
|
|
static int sys_nsig = _NSIG;
|