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)
commit25b467638a23ad03524719329027225ae1da75bc
treef82c7a6b6c3746a4c0ba90fc6e337c4ca0594aac
parente452a933f9c53fd58db9d932afd15319129dd988
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.
configure.in
src/Makefile.am
src/alloca.c [deleted file]
src/malloc.c [deleted file]
src/process.c
src/realloc.c [deleted file]
src/xalloc.h
src/xmalloc.c [deleted file]