Drop the GNU malloc.c, realloc.c, and xmalloc.c.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 2 Jun 2011 15:45:06 +0000 (17:45 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 2 Jun 2011 15:45:06 +0000 (17:45 +0200)
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.


No differences found