mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 15:03:08 +02:00
1b16374fc8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2682 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
429 B
Diff
14 lines
429 B
Diff
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__
|