diff options
author | Peter Riley <Peter.Riley@hotpop.com> | 2007-09-02 13:09:07 +0000 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2007-09-02 13:09:07 +0000 |
commit | ea146a982e26c42f9954f140276f8deeb2edbe98 (patch) | |
tree | e37d5492b526d07b10205f00fcc7232fa0148361 /extensions/libipt_TOS.c | |
parent | dcfd0a487fc622c76feedeeae2c2bd985cd7e19f (diff) |
Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
Diffstat (limited to 'extensions/libipt_TOS.c')
-rw-r--r-- | extensions/libipt_TOS.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_TOS.c b/extensions/libipt_TOS.c index d6b8c36d..ba4c5652 100644 --- a/extensions/libipt_TOS.c +++ b/extensions/libipt_TOS.c @@ -54,7 +54,7 @@ static const struct option opts[] = { /* Initialize the target. */ static void -init(struct xt_entry_target *t, unsigned int *nfcache) +init(struct xt_entry_target *t) { } |