Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc.
authorMichael Adam <obnox@samba.org>
Fri, 15 Feb 2008 10:39:25 +0000 (11:39 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 15 Feb 2008 10:39:25 +0000 (11:39 +0100)
Michael

source/torture/smbiconv.c

index 05a8c3d8159cd9b78a54e6c809c2ea348fd952c8..c4d30164e47ab3ab5cdc755c9f6f064e4fe015ba 100644 (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)