diff options
Diffstat (limited to 'devel/ddd/files/patch-libiberty::strsignal.c')
-rw-r--r-- | devel/ddd/files/patch-libiberty::strsignal.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/ddd/files/patch-libiberty::strsignal.c b/devel/ddd/files/patch-libiberty::strsignal.c deleted file mode 100644 index bfeb132b509d..000000000000 --- a/devel/ddd/files/patch-libiberty::strsignal.c +++ /dev/null @@ -1,19 +0,0 @@ ---- 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. */ - -+#ifndef __FreeBSD__ - #ifndef HAVE_SYS_SIGLIST - - static int sys_nsig; -@@ -258,7 +259,7 @@ - extern const char * const sys_siglist[]; - - #endif -- -+#endif - - /* - |