1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc.

Michael
(This used to be commit 113377a7929975bf29c2cfff1652781fae24e826)
This commit is contained in:
Michael Adam 2008-02-15 11:39:25 +01:00
parent d4ab4b3af7
commit dd255b4275

View File

@ -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)