]> git.ipfire.org Git - thirdparty/iptables.git/commit
Fixes warning on compilation, part 2
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>
Tue, 24 Jul 2007 06:06:59 +0000 (06:06 +0000)
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>
Tue, 24 Jul 2007 06:06:59 +0000 (06:06 +0000)
commitac8b2718daf8a79a59b181f6e62495f307ae86b9
tree1200214990da954faf202a8548525b7678ed7a18
parenta620c61d441b931bc4a52ec07f1b906318ee4069
Fixes warning on compilation, part 2

This changes the type of arguments as follows in multiport, DNAT, SNAT,
MASQUERADE, and REDIRECT

- ip[6]t_ip[6] * -> void *
- ip[6]t_entry * -> void *

and adds lines to cast these pointer with intended type.
extensions/libip6t_multiport.c
extensions/libipt_DNAT.c
extensions/libipt_MASQUERADE.c
extensions/libipt_REDIRECT.c
extensions/libipt_SNAT.c
extensions/libipt_multiport.c