summaryrefslogtreecommitdiffstats
path: root/source/torture
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-15 13:11:41 +0100
committerMichael Adam <obnox@samba.org>2008-02-15 13:11:41 +0100
commitbdc00a05b95a7a629a6cbf2af21760b6ff874bd9 (patch)
tree0b90395cbc3db5eea697b3e9c6d8eec070269e28 /source/torture
parent8e57df28861a11b8bf60d30e33120a286bfad7be (diff)
downloadsamba-bdc00a05b95a7a629a6cbf2af21760b6ff874bd9.tar.gz
samba-bdc00a05b95a7a629a6cbf2af21760b6ff874bd9.tar.xz
samba-bdc00a05b95a7a629a6cbf2af21760b6ff874bd9.zip
Try to fix the build of smbiconv on systems without native iconv.
Use the smb_iconv_t instead of iconv_t. Michael
Diffstat (limited to 'source/torture')
-rw-r--r--source/torture/smbiconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/smbiconv.c b/source/torture/smbiconv.c
index c4d30164e47..ad4d6b26ccb 100644
--- a/source/torture/smbiconv.c
+++ b/source/torture/smbiconv.c
@@ -86,7 +86,7 @@ incomplete character or shift sequence at end of buffer"));
static int
-process_fd (iconv_t cd, int fd, FILE *output)
+process_fd (smb_iconv_t cd, int fd, FILE *output)
{
/* we have a problem with reading from a descriptor since we must not
provide the iconv() function an incomplete character or shift