summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/asterisk/files/1.0.0/asterisk-1.0.1-linux26.diff')
-rw-r--r--net-misc/asterisk/files/1.0.0/asterisk-1.0.1-linux26.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-misc/asterisk/files/1.0.0/asterisk-1.0.1-linux26.diff b/net-misc/asterisk/files/1.0.0/asterisk-1.0.1-linux26.diff
new file mode 100644
index 000000000000..c4314d815224
--- /dev/null
+++ b/net-misc/asterisk/files/1.0.0/asterisk-1.0.1-linux26.diff
@@ -0,0 +1,14 @@
+--- asterisk-1.0.1/channels/chan_phone.c.orig 2004-10-24 20:24:06.646210032 +0200
++++ asterisk-1.0.1/channels/chan_phone.c 2004-10-24 20:26:05.699111240 +0200
+@@ -33,6 +33,11 @@
+ #include <sys/ioctl.h>
+ #include <linux/telephony.h>
+ /* Still use some IXJ specific stuff */
++#include <linux/version.h>
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
++/* required to compile on 2.6 */
++#include <linux/compiler.h>
++#endif
+ #include <linux/ixjuser.h>
+ #include "DialTone.h"
+