summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_u32.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix u32 warningsJan Engelhardt2007-09-191-13/+13
| | | | | | | | | | | warning: format '%ld' expects type 'long int', but argument 3 has type 'int'. With %u alone, you would get "but arg-start is long" warnings on x64. With %lu, you would get "but arg-start is int" on x86. Fix it up by explicitly deciding for one (%u and cast to unsigned int) and using that. Jan Engelhardt <jengelh@computergmbh.de>
* Adds u32 to iptables.Jan Engelhardt2007-09-101-0/+307
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>