[Asterisk-cvs] asterisk/res res_musiconhold.c,1.7,1.8
markster at lists.digium.com
markster at lists.digium.com
Mon Sep 8 11:46:59 CDT 2003
- Previous message: [Asterisk-cvs] asterisk/formats format_g729.c,1.6,1.7 format_gsm.c,1.6,1.7 format_h263.c,1.2,1.3 format_jpeg.c,1.3,1.4 format_mp3.c,1.4,1.5 format_pcm.c,1.6,1.7 format_pcm_alaw.c,1.7,1.8 format_vox.c,1.5,1.6 format_wav.c,1.6,1.7 format_wav_gsm.c,1.6,1.7
- Next message: [Asterisk-cvs] asterisk/channels chan_sip.c,1.173,1.174
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv30979/res
Modified Files:
res_musiconhold.c
Log Message:
BSD portability enhancements (bug #234)
Index: res_musiconhold.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_musiconhold.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** res_musiconhold.c 16 Aug 2003 05:10:35 -0000 1.7
--- res_musiconhold.c 8 Sep 2003 16:48:07 -0000 1.8
***************
*** 28,31 ****
--- 28,32 ----
#include <unistd.h>
#include <string.h>
+ #include <signal.h>
#include <stdlib.h>
#include <stdio.h>
***************
*** 478,482 ****
--- 479,485 ----
{
struct mohclass *moh;
+ #ifdef ZAPATA_MOH
int x;
+ #endif
ast_mutex_lock(&moh_lock);
moh = get_mohbyname(classname);
- Previous message: [Asterisk-cvs] asterisk/formats format_g729.c,1.6,1.7 format_gsm.c,1.6,1.7 format_h263.c,1.2,1.3 format_jpeg.c,1.3,1.4 format_mp3.c,1.4,1.5 format_pcm.c,1.6,1.7 format_pcm_alaw.c,1.7,1.8 format_vox.c,1.5,1.6 format_wav.c,1.6,1.7 format_wav_gsm.c,1.6,1.7
- Next message: [Asterisk-cvs] asterisk/channels chan_sip.c,1.173,1.174
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list