K 10 svn:author V 6 marino K 8 svn:date V 27 2015-11-13T08:27:48.554723Z K 7 svn:log V 395 archivers/py-liblzma: Fix horrible malloc.h handling The source was including , then checking if system is FreeBSD (among a long list of system) in order to include again instead of , never minding that "opting-in" for a standard. Just patch out the whole macro mess, it's not needed and it fixes the build on a malloc.h-less DragonFly Approved by: just fix it END