diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-12-04 19:34:14 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-12-04 19:34:14 +0000 |
commit | 6158be8800623df8c0031657cd815c885a561244 (patch) | |
tree | 57f95c7218c823cf481f6c7f249b70addfca1f90 /devel/ddd/files/patch-libiberty::strsignal.c | |
parent | Update to 0.9.11. (diff) |
Update to 3.3.10
PR: 74176
Submitted by: Sergio Mangialardi <sergio@softshark.org>
Notes
Notes:
svn path=/head/; revision=123126
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 - - /* - |