fix compile for 2.6.36.1

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 15 years ago
parent 64ead317e2
commit 7b90a80c63

@ -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) {

Loading…
Cancel
Save