From: Michael Adam Date: Fri, 15 Feb 2008 10:39:25 +0000 (+0100) Subject: Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc. X-Git-Tag: samba-3.2.0pre2~37^2~162^2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=113377a7929975bf29c2cfff1652781fae24e826;p=thirdparty%2Fsamba.git Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc. Michael --- diff --git a/source/torture/smbiconv.c b/source/torture/smbiconv.c index 05a8c3d8159..c4d30164e47 100644 --- a/source/torture/smbiconv.c +++ b/source/torture/smbiconv.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#undef realloc static int process_block (smb_iconv_t cd, const char *addr, size_t len, FILE *output)