[Asterisk-cvs] asterisk/channels chan_zap.c,1.490,1.491
kpfleming
kpfleming
Mon Aug 29 17:17:01 CDT 2005
- Previous message: [Asterisk-cvs] asterisk ast_expr2.c, 1.2, 1.3 ast_expr2.fl, 1.5,
1.6 ast_expr2.h, 1.2, 1.3 ast_expr2.y, 1.5, 1.6 ast_expr2f.c,
1.1, 1.2
- Next message: [Asterisk-cvs] asterisk/apps app_getcpeid.c,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv13684/channels
Modified Files:
chan_zap.c
Log Message:
eliminate warning when !ZAPATA_PRI
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.490
retrieving revision 1.491
diff -u -d -r1.490 -r1.491
--- chan_zap.c 19 Aug 2005 04:23:23 -0000 1.490
+++ chan_zap.c 29 Aug 2005 21:18:20 -0000 1.491
@@ -299,7 +299,9 @@
static int ifcount = 0;
+#ifdef ZAPATA_PRI
AST_MUTEX_DEFINE_STATIC(pridebugfdlock);
+#endif
/* Whether we answer on a Polarity Switch event */
static int answeronpolarityswitch = 0;
- Previous message: [Asterisk-cvs] asterisk ast_expr2.c, 1.2, 1.3 ast_expr2.fl, 1.5,
1.6 ast_expr2.h, 1.2, 1.3 ast_expr2.y, 1.5, 1.6 ast_expr2f.c,
1.1, 1.2
- Next message: [Asterisk-cvs] asterisk/apps app_getcpeid.c,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list