libnl/include
Peter Wu a8b352a4c5 attr: fix compile warning in headers
strlen() returns a size_t type, but nla_put accepts an int only. This
breaks a -Werror build of applications using libnl, so avoid this
warning by explicitly casting the length to an int.

Signed-off-by: Peter Wu <peter@lekensteyn.nl>
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-06-25 09:16:50 +02:00
..
linux vlan: add support for IFLA_VLAN_PROTOCOL 2014-05-12 14:23:32 +02:00
netlink attr: fix compile warning in headers 2014-06-25 09:16:50 +02:00
netlink-private lib/socket: retry generate local port in nl_connect on ADDRINUSE 2014-05-06 14:34:58 +02:00
Makefile.am build: fix error in include/Makefile.am 2014-06-16 17:45:11 +02:00