From dd255b427515d0f22695185bd78c16bc58de6c09 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 15 Feb 2008 11:39:25 +0100 Subject: Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc. Michael (This used to be commit 113377a7929975bf29c2cfff1652781fae24e826) --- source3/torture/smbiconv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/smbiconv.c') diff --git a/source3/torture/smbiconv.c b/source3/torture/smbiconv.c index 05a8c3d815..c4d30164e4 100644 --- a/source3/torture/smbiconv.c +++ b/source3/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) -- cgit