1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3:registry: proposed aix build fix for reg_parse_internal

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Gregor Beck 2010-09-24 11:29:09 +02:00 committed by Michael Adam
parent b32625b79f
commit f4f5ad9774

View File

@ -29,7 +29,7 @@
struct cbuf;
#define USE_NATIVE_ICONV
#ifdef USE_NATIVE_ICONV
#if defined USE_NATIVE_ICONV && defined HAVE_NATIVE_ICONV
# define smb_iconv_t iconv_t
# define smb_iconv(CD, IPTR, ILEN, OPTR, OLEN) \
iconv(CD, (char**)(IPTR), ILEN, OPTR, OLEN)