libnl/lib/route/cls
Коренберг Марк 2bdcde7e8e Fix types-related warnings based on clang diagnostics
1. Fix some places where unsigned value compared < 0
2. Fix obsolete %Z specifier to more portable %z
3. Some erroneous types substitution
4. nl_msec2str() - 64-bit msec is now properly used,

Only safe changes. I mean int <--> uint32_t and signed/unsigned fixes.
Some functinos require size_t argument instead of int, but changes of
signatures of that functions is terrible thing.

Also, I do not pretend for a full list of fixes.
Just to shut up clang -Wall -Wextra

One more thing. ifindex. I don't change that because changes will
be too big for simple fix.
2012-06-13 13:30:26 +02:00
..
ematch constify struct trans_tbl 2010-11-17 16:09:08 +01:00
.gitignore Tons of ematch work 2010-10-29 00:20:42 +02:00
basic.c Unified TC API 2011-03-21 15:51:52 +01:00
cgroup.c Unified TC API 2011-03-21 15:51:52 +01:00
ematch.c Unified TC API 2011-03-21 15:51:52 +01:00
ematch_grammar.l Support for meta match 2010-10-31 23:13:01 +01:00
ematch_syntax.y Support for meta match 2010-10-31 23:13:01 +01:00
fw.c add fwmark mask support 2012-05-29 11:40:13 +02:00
police.c Unified TC API 2011-03-21 15:51:52 +01:00
u32.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00