diff options
Diffstat (limited to 'devel/ddd/files/patch-libiberty::strsignal.c')
-rw-r--r-- | devel/ddd/files/patch-libiberty::strsignal.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/ddd/files/patch-libiberty::strsignal.c b/devel/ddd/files/patch-libiberty::strsignal.c index 12af26746dde..bfeb132b509d 100644 --- a/devel/ddd/files/patch-libiberty::strsignal.c +++ b/devel/ddd/files/patch-libiberty::strsignal.c @@ -1,5 +1,5 @@ ---- libiberty/strsignal.c.orig Wed Oct 22 14:46:55 2003 -+++ libiberty/strsignal.c Fri Feb 27 13:33:02 2004 +--- libiberty/strsignal.c.orig Thu Aug 19 20:58:24 2004 ++++ libiberty/strsignal.c Thu Aug 19 20:59:24 2004 @@ -241,6 +241,7 @@ same name, it differs from other implementations in that it is dynamically initialized rather than statically initialized. */ @@ -8,11 +8,12 @@ #ifndef HAVE_SYS_SIGLIST static int sys_nsig; -@@ -257,6 +258,7 @@ - #endif +@@ -258,7 +259,7 @@ extern const char * const sys_siglist[]; -+#endif #endif +- ++#endif + /* |