[Asterisk-cvs] asterisk channel.c,1.183,1.184

markster at lists.digium.com markster at lists.digium.com
Thu Mar 31 13:13:59 CST 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv25447

Modified Files:
	channel.c 
Log Message:
Fix build without zaptel (bug #3901)


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- channel.c	31 Mar 2005 03:00:37 -0000	1.183
+++ channel.c	31 Mar 2005 19:07:27 -0000	1.184
@@ -1282,11 +1282,11 @@
 {
 	struct ast_frame *f = NULL;
 	int blah;
+	int prestate;
 #ifdef ZAPTEL_OPTIMIZATIONS
 	int (*func)(void *);
 	void *data;
 	int res;
-	int prestate;
 #endif
 	static struct ast_frame null_frame = 
 	{




More information about the svn-commits mailing list