| commit | 500f483fff529dcd88ec96b9d5054be6cd6363a0 | [log] [tgz] |
|---|---|---|
| author | Patrick McHardy <kaber@trash.net> | Sat Sep 08 15:59:04 2007 +0000 |
| committer | Patrick McHardy <kaber@trash.net> | Sat Sep 08 15:59:04 2007 +0000 |
| tree | 1e5ba55b8543497a5e53e3166f4c6656a824eb5a | |
| parent | 4a058c1729f22ac6224d7175dc5b310842c0e392 [diff] [blame] |
Fix sparse warnings: non-ANSI function declarations, 0 used as pointer
diff --git a/extensions/libipt_SAME.c b/extensions/libipt_SAME.c index acfbdef..3dfb702 100644 --- a/extensions/libipt_SAME.c +++ b/extensions/libipt_SAME.c
@@ -30,10 +30,10 @@ } static const struct option opts[] = { - { "to", 1, 0, '1' }, - { "nodst", 0, 0, '2'}, - { "random", 0, 0, '3' }, - { 0 } + { "to", 1, NULL, '1' }, + { "nodst", 0, NULL, '2'}, + { "random", 0, NULL, '3' }, + { } }; /* Initialize the target. */