From 7b90a80c63ff2cd9000231044a9197084e30580f Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 14 Apr 2011 17:18:43 +0000 Subject: [PATCH] fix compile for 2.6.36.1 --- kernel-module/ipt_MEDIAPROXY.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel-module/ipt_MEDIAPROXY.c b/kernel-module/ipt_MEDIAPROXY.c index 4208082ad..eeeaca47a 100644 --- a/kernel-module/ipt_MEDIAPROXY.c +++ b/kernel-module/ipt_MEDIAPROXY.c @@ -1028,7 +1028,7 @@ drop: -static unsigned int mediaproxy(struct sk_buff *oskb, const struct xt_target_param *par) { +static unsigned int mediaproxy(struct sk_buff *oskb, const struct xt_action_param *par) { const struct ipt_mediaproxy_info *pinfo = par->targinfo; struct sk_buff *skb; struct sk_buff *skb2; @@ -1106,7 +1106,7 @@ skip: -static bool check(const struct xt_tgchk_param *par) { +static int check(const struct xt_tgchk_param *par) { const struct ipt_mediaproxy_info *pinfo = par->targinfo; if (!my_proc_root) {