[svn-commits] file: branch 1.4 r48088 - in /branches/1.4: ./
channels/chan_phone.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Nov 28 09:57:16 MST 2006
Author: file
Date: Tue Nov 28 10:57:16 2006
New Revision: 48088
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48088
Log:
Merged revisions 48087 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r48087 | file | 2006-11-28 11:56:01 -0500 (Tue, 28 Nov 2006) | 2 lines
According to the research I have done we never needed to include compiler.h in the first place so let's not! (issue #8430 reported by edguy3)
........
Modified:
branches/1.4/ (props changed)
branches/1.4/channels/chan_phone.c
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/channels/chan_phone.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_phone.c?view=diff&rev=48088&r1=48087&r2=48088
==============================================================================
--- branches/1.4/channels/chan_phone.c (original)
+++ branches/1.4/channels/chan_phone.c Tue Nov 28 10:57:16 2006
@@ -48,11 +48,6 @@
#include <linux/telephony.h>
/* Still use some IXJ specific stuff */
#include <linux/version.h>
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
-# include <linux/compiler.h>
-#endif
-#endif
#include <linux/ixjuser.h>
#include "asterisk/lock.h"
More information about the svn-commits
mailing list