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:
parent
d4ab4b3af7
commit
dd255b4275
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user