[Asterisk-cvs] asterisk/channels chan_oss.c,1.23,1.24

markster at lists.digium.com markster at lists.digium.com
Wed Apr 7 12:17:02 CDT 2004


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

Modified Files:
	chan_oss.c 
Log Message:
Fix compile warning


Index: chan_oss.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_oss.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- chan_oss.c	7 Apr 2004 15:59:14 -0000	1.23
+++ chan_oss.c	7 Apr 2004 16:17:31 -0000	1.24
@@ -661,7 +661,7 @@
 	return &f;
 }
 
-static int oss_fixup(struct ast_channel *oldchan, struct ast_channel *newchan, int needlock)
+static int oss_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
 {
 	struct chan_oss_pvt *p = newchan->pvt->pvt;
 	p->owner = newchan;




More information about the svn-commits mailing list