build: fix compile issues with <= 2.6.19

Resolve compile breakage from commits
36f80be2f7 and
7b9ca945d4.
This commit is contained in:
Jan Engelhardt
2009-03-07 02:58:36 +01:00
parent d263cfbd50
commit e11a07b230
3 changed files with 16 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ logmark_tg(struct sk_buff **pskb, const struct xt_target_param *par)
printk("<%u>%.*s""iif=%d hook=%s nfmark=0x%x "
"secmark=0x%x classify=0x%x",
info->level, (unsigned int)sizeof(info->prefix), info->prefix,
skb->iif, hook_names[par->hooknum],
skb_ifindex(skb), hook_names[par->hooknum],
skb_nfmark(skb), skb_secmark(skb), skb->priority);
ct = nf_ct_get(skb, &ctinfo);