From: Jim Meyering Date: Sat, 9 Aug 2003 16:26:32 +0000 (+0000) Subject: (unicode_to_mb): Change Solaris 2.7 to Solaris 5.7 in comment. X-Git-Tag: CPPI-1_11~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a456d35b72d2b76a5ed0bcc848395a4c6021eb8;p=thirdparty%2Fcoreutils.git (unicode_to_mb): Change Solaris 2.7 to Solaris 5.7 in comment. --- diff --git a/lib/unicodeio.c b/lib/unicodeio.c index 2e7ffc9d0e..5b18680621 100644 --- a/lib/unicodeio.c +++ b/lib/unicodeio.c @@ -190,7 +190,7 @@ unicode_to_mb (unsigned int code, ) return failure (code, NULL, callback_arg); - /* Avoid glibc-2.1 bug and Solaris 2.7 bug. */ + /* Avoid glibc-2.1 bug and Solaris 5.7 bug. */ # if defined _LIBICONV_VERSION \ || !((__GLIBC__ - 0 == 2 && __GLIBC_MINOR__ - 0 <= 1) || defined __sun)