Deleted Added
full compact
1c1
< /* $FreeBSD: head/lib/libiconv_modules/EUC/citrus_euc.c 260003 2013-12-28 13:49:48Z dim $ */
---
> /* $FreeBSD: head/lib/libiconv_modules/EUC/citrus_euc.c 281550 2015-04-15 09:09:20Z tijl $ */
193c193
< _citrus_EUC_mbrtowc_priv(_EUCEncodingInfo *ei, wchar_t *pwc, const char **s,
---
> _citrus_EUC_mbrtowc_priv(_EUCEncodingInfo *ei, wchar_t *pwc, char **s,
198c198
< const char *s0, *s1 = NULL;
---
> char *s0, *s1 = NULL;