From: Guus Sliepen Date: Wed, 1 May 2013 15:31:33 +0000 (+0200) Subject: Rename xmalloc_and_zero() to xzalloc(). X-Git-Tag: release-1.1pre8~57 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=5b07039b0712bee0f19749d63116a10fb08a2d8b;hp=5b07039b0712bee0f19749d63116a10fb08a2d8b;p=tinc Rename xmalloc_and_zero() to xzalloc(). The former name is more or less only used by tinc, the latter is used by other projects as well, and shorter as well. ---