diff options
author | Michael Adam <obnox@samba.org> | 2008-02-15 13:11:41 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-15 13:11:41 +0100 |
commit | 8a63e1322581f0adf842d92b8e57919dab7d459b (patch) | |
tree | bce91f3b98dd5b1df2b6e59d59660d83272029e3 /source3/torture | |
parent | 6b88ba1761e2ffbd95f1ef19e5da8e2ad85837a6 (diff) | |
download | samba-8a63e1322581f0adf842d92b8e57919dab7d459b.tar.gz samba-8a63e1322581f0adf842d92b8e57919dab7d459b.tar.bz2 samba-8a63e1322581f0adf842d92b8e57919dab7d459b.zip |
Try to fix the build of smbiconv on systems without native iconv.
Use the smb_iconv_t instead of iconv_t.
Michael
(This used to be commit bdc00a05b95a7a629a6cbf2af21760b6ff874bd9)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/smbiconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/smbiconv.c b/source3/torture/smbiconv.c index c4d30164e4..ad4d6b26cc 100644 --- a/source3/torture/smbiconv.c +++ b/source3/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 |