[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


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);




More information about the svn-commits mailing list