From: Guus Sliepen Date: Thu, 2 Jun 2011 15:45:06 +0000 (+0200) Subject: Drop the GNU malloc.c, realloc.c, and xmalloc.c. X-Git-Tag: release-1.1pre1~28 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=25b467638a23ad03524719329027225ae1da75bc;hp=25b467638a23ad03524719329027225ae1da75bc;p=tinc Drop the GNU malloc.c, realloc.c, and xmalloc.c. We live in the 21st century, and we require C99 semantics, so we do not need to work around buggy libcs. The xmalloc() and related functions are now static inline functions. ---