summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk-1.2.13/uclibc-dsn.patch
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-07-26 13:57:56 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-07-26 13:57:56 +0000
commit4a6da99875bc3426bbdd7da4ccf8576d7fa3ae4f (patch)
tree4a0eaebb592689351896811d142386db3d802090 /packages/asterisk/asterisk-1.2.13/uclibc-dsn.patch
parentf03685ab6480294ba673f9aff7fc7d66839392f0 (diff)
packages/asterisk/asterisk-1.2.13 : remove older varsions of asterisk
Diffstat (limited to 'packages/asterisk/asterisk-1.2.13/uclibc-dsn.patch')
-rw-r--r--packages/asterisk/asterisk-1.2.13/uclibc-dsn.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/asterisk/asterisk-1.2.13/uclibc-dsn.patch b/packages/asterisk/asterisk-1.2.13/uclibc-dsn.patch
deleted file mode 100644
index 23657bcc76..0000000000
--- a/packages/asterisk/asterisk-1.2.13/uclibc-dsn.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ruN asterisk-1.0.7-old/dns.c asterisk-1.0.7-new/dns.c
---- asterisk-1.0.7-old/dns.c 2004-06-22 22:11:15.000000000 +0200
-+++ asterisk-1.0.7-new/dns.c 2005-03-19 17:38:06.000000000 +0100
-@@ -153,7 +153,13 @@
-
- #if defined(res_ninit)
- #define HAS_RES_NINIT
--#else
-+#endif
-+
-+#ifdef __UCLIBC__
-+#undef HAS_RES_NINIT
-+#endif
-+
-+#ifndef HAS_RES_NINIT
- AST_MUTEX_DEFINE_STATIC(res_lock);
- #if 0
- #warning "Warning, res_ninit is missing... Could have reentrancy issues"