libxt_TOS: fix compilation error
commit56156cda196154aa015b7df030a2a9bbf34f4fcc
authorJirí Moravec <jim.lkml@gmail.com>
Wed, 22 Oct 2008 06:57:38 +0000 (22 08:57 +0200)
committerPatrick McHardy <kaber@trash.net>
Wed, 22 Oct 2008 06:57:38 +0000 (22 08:57 +0200)
tree1acb2ce635625d651e7b8a7b2685e6581147beb1
parent430bbc782ea034c6314a00a841f737560a56717c
libxt_TOS: fix compilation error

Fix compilation error caused by double definition of IPPROTO_SCTP:

In file included from /usr/include/netinet/ip.h:25,
                 from /usr/include/linux/ip.h:19,
                 from tos_values.c:4,
                 from libxt_TOS.c:15:
/usr/include/netinet/in.h:84: error: expected identifier before numeric constant
make[2]: *** [libxt_TOS.oo] Error 1

Signed-off-by: Patrick McHardy <kaber@trash.net>
extensions/libxt_TOS.c