[asterisk-commits] mmichelson: branch 1.4 r132974 -	/branches/1.4/channels/chan_dahdi.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Jul 23 12:05:04 CDT 2008
    
    
  
Author: mmichelson
Date: Wed Jul 23 12:05:04 2008
New Revision: 132974
URL: http://svn.digium.com/view/asterisk?view=rev&rev=132974
Log:
Fix building of chan_dahdi when HAVE_PRI is not
defined.
Modified:
    branches/1.4/channels/chan_dahdi.c
Modified: branches/1.4/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_dahdi.c?view=diff&rev=132974&r1=132973&r2=132974
==============================================================================
--- branches/1.4/channels/chan_dahdi.c (original)
+++ branches/1.4/channels/chan_dahdi.c Wed Jul 23 12:05:04 2008
@@ -7185,7 +7185,9 @@
 #if 1
 	DAHDI_BUFFERINFO bi;
 #endif
+#ifdef HAVE_PRI
 	DAHDI_SPANINFO si;
+#endif
 	int res;
 	int span=0;
 	int here = 0;
    
    
More information about the asterisk-commits
mailing list