On Wed, Aug 20, 2014 at 03:00:18PM +0200, Jan Engelhardt wrote: > On Wednesday 2014-08-20 00:02, Pablo Neira Ayuso wrote: > > >On Sat, Aug 16, 2014 at 03:39:49PM +0200, Thomas Petazzoni wrote: > >> [...] the xfree() symbols of libnftnl > >> becomes visible to the outside world, causing a conflict with the > >> xfree() symbol defined by nftables. > >> > >> To solve this, this patch renames the libnftnl xfree() function to > >> libnftnl_xfree(). > > > >Would this small patch solve your problem too? > > > >[non-inline attachment] > > It would, but why add the redundant cast? free() makes gcc spot a warning when called with const objects. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html