freebsd-ports/palm/prc-tools/files/patch-gdb-strsignal.c
Sergey Matveychuk 01d937a415 - Mega patch to unbreak pkg-plist
PR:		ports/84243
Submitted by:	John Cochran <jdc@fiawol.org>
Real fix by:	Johny Mattsson <lonewolf-freebsd@earthmagic.org>
2005-10-12 16:14:44 +00:00

11 lines
286 B
C

--- ../gdb-5.3/libiberty/strsignal.c.orig Mon May 3 07:28:54 1999
+++ ../gdb-5.3/libiberty/strsignal.c Mon May 5 14:27:35 2003
@@ -244,7 +244,7 @@
#else
#ifdef NSIG
-static int sys_nsig = NSIG;
+static const int sys_nsig = NSIG;
#else
#ifdef _NSIG
static int sys_nsig = _NSIG;