diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-29 20:17:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-29 20:17:24 +0000 |
commit | ab84ac8ecfcfc4d99ccc037cb5ca31450a9566d4 (patch) | |
tree | b5e1f4e0ccaa6b4f7841f74c77ade8bf3f9f1bc7 /devel/ddd/files/patch-libiberty::strsignal.c | |
parent | - Update to 1.4.3 (diff) |
- Update to 3.3.9
- Grant maintainership to submitter
PR: ports/70894
Submitted by: Sergio Mangialardi <sergio@softshark.org>
Notes
Notes:
svn path=/head/; revision=117596
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 + /* |