From 8a63e1322581f0adf842d92b8e57919dab7d459b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 15 Feb 2008 13:11:41 +0100 Subject: 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) --- source3/torture/smbiconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') 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 -- cgit