summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk-1.2.12.1/uclibc-compat-getloadavg.patch
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-03-09 11:48:42 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-03-09 11:48:42 +0000
commitb196748d3fd3b629e486d44c6ac9dc73143e0f8f (patch)
tree9fc1b272d420df580564be944834718ecdb3e549 /packages/asterisk/asterisk-1.2.12.1/uclibc-compat-getloadavg.patch
parentb78ae23f17e676dedc17284626a5c0b871ff4b62 (diff)
"packages/asterisk/asterisk_1.2.12.1.bb: Remove old versions of asterisk
Diffstat (limited to 'packages/asterisk/asterisk-1.2.12.1/uclibc-compat-getloadavg.patch')
-rw-r--r--packages/asterisk/asterisk-1.2.12.1/uclibc-compat-getloadavg.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/asterisk/asterisk-1.2.12.1/uclibc-compat-getloadavg.patch b/packages/asterisk/asterisk-1.2.12.1/uclibc-compat-getloadavg.patch
deleted file mode 100644
index a909513b1c..0000000000
--- a/packages/asterisk/asterisk-1.2.12.1/uclibc-compat-getloadavg.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ruN asterisk-1.2.0-old/include/asterisk/compat.h asterisk-1.2.0-new/include/asterisk/compat.h
---- asterisk-1.2.0-old/include/asterisk/compat.h 2005-11-08 05:13:19.000000000 +0100
-+++ asterisk-1.2.0-new/include/asterisk/compat.h 2005-12-04 05:32:31.000000000 +0100
-@@ -75,7 +75,9 @@
- #define HAVE_STRTOQ
-
- #ifdef _BSD_SOURCE
-+#ifndef __UCLIBC__
- #define HAVE_GETLOADAVG
-+#endif /* __UCLIBC__ */
- #endif
-
- #ifdef __linux__