summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_oss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index 903d99136..15e9b82c2 100755
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -661,7 +661,7 @@ static struct ast_frame *oss_read(struct ast_channel *chan)
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;