From b0813ee288f64f677a2cebf7815754b027a8215b Mon Sep 17 00:00:00 2001 From: tijl Date: Wed, 15 Apr 2015 09:09:20 +0000 Subject: Remove the const qualifier from iconv(3) to comply with POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html Adjust all code that calls iconv. PR: 199099 Exp-run by: antoine MFC after: 2 weeks --- bin/csh/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/csh') diff --git a/bin/csh/config.h b/bin/csh/config.h index 99f7d0b..99aed5f 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -198,7 +198,7 @@ #define HAVE_WCWIDTH 1 /* Define as const if the declaration of iconv() needs const. */ -#define ICONV_CONST const +#define ICONV_CONST /* Support NLS. */ #define NLS 1 -- cgit v1.1