bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug due to multi-byte to wchar macro - PATCH


From: Jim Meyering
Subject: Re: Bug due to multi-byte to wchar macro - PATCH
Date: Mon, 23 Feb 2004 10:03:14 +0100

Thank you for reporting that.
Unfortunately, the code in question is not part of the GNU coreutils package.

  ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.0.tar.gz
  ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.0.tar.bz2

Please provide more information on the version/origin of your
sources.  Could your sources include modifications from some
vendor like RedHat, SuSE, or Mandrake?

Sunil <address@hidden> wrote:
> coreutils compile failed on solaris 2.6 because
> MBRTOWC is not defined. Its just about parenthesis in
> wrong place and because on GNU systems MBRTOWC is
> defined, th e code compiles.
>
> ############### PATCH BEGIN ################
>
> --- src/cut.c.ORG       2004-02-08 16:25:32.888099000
> -0800
> +++ src/cut.c   2004-02-08 16:19:54.673963000 -0800
> @@ -1207,8 +1207,8 @@
>        mbdelim[0] = '\t';
>        mbdelim[1] = '\0';
>        delimlen = 1;
> -    }
>  #endif
> +    }
...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]