1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 07:53:39 +03:00
openwrt-xburst/package/libnl-tiny/src
nbd b86e1f46ab libnl-tiny: Fix for c++ compatibility
g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr"
when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc)
Also see https://dev.openwrt.org/ticket/7854

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25101 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-26 11:33:38 +00:00
..
include libnl-tiny: Fix for c++ compatibility 2011-01-26 11:33:38 +00:00
attr.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
cache_mngt.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
cache.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
error.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
genl_ctrl.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
genl_family.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
genl_mngt.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
genl.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
handlers.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
Makefile add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
msg.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
nl.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
object.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00
socket.c add libnl-tiny as a small replacement for libnl with only genl support included 2009-04-30 13:57:29 +00:00