compat_xtables: remove unused xtnu_skb_make_writable

This commit is contained in:
Jan Engelhardt
2014-01-09 10:14:36 +01:00
parent a82d0ba517
commit f9b0ee7533
4 changed files with 1 additions and 9 deletions

View File

@@ -97,7 +97,7 @@ dhcpmac_tg(struct sk_buff **pskb, const struct xt_action_param *par)
struct sk_buff *skb = *pskb;
unsigned int i;
if (!skb_make_writable(pskb, 0))
if (!skb_make_writable(skb, 0))
return NF_DROP;
udph = skb_header_pointer(skb, ip_hdrlen(skb),