diff options
author | Michael Adam <obnox@samba.org> | 2008-02-15 11:39:25 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-15 11:39:25 +0100 |
commit | dd255b427515d0f22695185bd78c16bc58de6c09 (patch) | |
tree | c5ea1e37adff527b9afc317e58aa968ee3d6a8fb | |
parent | d4ab4b3af7cf606cb099786bae30b92fd996faac (diff) | |
download | samba-dd255b427515d0f22695185bd78c16bc58de6c09.tar.gz |
Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc.
Michael
(This used to be commit 113377a7929975bf29c2cfff1652781fae24e826)
-rw-r--r-- | source3/torture/smbiconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/smbiconv.c b/source3/torture/smbiconv.c index 05a8c3d8159..c4d30164e47 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) |