From 91330df37cbcd08b5a56fe21395cf496fbe73fe8 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 2 Sep 2007 13:09:07 +0000 Subject: [PATCH]: Remove last vestiges of NFC (Peter Riley ) --- extensions/libip6t_ipv6header.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extensions/libip6t_ipv6header.c') diff --git a/extensions/libip6t_ipv6header.c b/extensions/libip6t_ipv6header.c index 4dab33f..3d21f45 100644 --- a/extensions/libip6t_ipv6header.c +++ b/extensions/libip6t_ipv6header.c @@ -155,7 +155,7 @@ static const struct option opts[] = { }; static void -init(struct xt_entry_match *m, unsigned int *nfcache) +init(struct xt_entry_match *m) { struct ip6t_ipv6header_info *info = (struct ip6t_ipv6header_info *)m->data; @@ -186,7 +186,6 @@ parse_header(const char *flags) { static int parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, - unsigned int *nfcache, struct xt_entry_match **match) { struct ip6t_ipv6header_info *info = (struct ip6t_ipv6header_info *)(*match)->data; -- cgit v1.2.3