libnl/lib/route/link
Коренберг Марк 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
..
api.c link: AF_INET link module 2010-11-16 12:41:43 +01:00
bonding.c rtnl_link_bond_add: allow to allocate bond name in case NULL is given 2011-11-11 16:24:53 +01:00
bridge.c link/api: Improve API documentation. 2010-11-11 16:38:53 +01:00
dummy.c Updated link documentation 2011-07-28 16:23:57 +02:00
inet.c Expose <netlink/route/link/inet.h> 2011-04-20 11:53:04 +02:00
inet6.c 64bit unaligned access 2011-09-01 08:39:48 +02:00
vlan.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00