| 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/libip6t_ipv6header.c b/extensions/libip6t_ipv6header.c index 3d21f45..04749e6 100644 --- a/extensions/libip6t_ipv6header.c +++ b/extensions/libip6t_ipv6header.c
@@ -149,9 +149,9 @@ } static const struct option opts[] = { - { "header", 1, 0, '1' }, - { "soft", 0, 0, '2' }, - { 0 } + { "header", 1, NULL, '1' }, + { "soft", 0, NULL, '2' }, + { } }; static void