On Thu, 28 Jan 1999, Evgeny Stambulchik wrote:
> > (just pedantic, but the right fix is to make it (char *) not (unsigned
> > char *), because this is how it was defined and used previously.
>
> Hmm, I also used signed at the beginning, but then looked into 2.2.0 sources and
> there it's unsi
MOLNAR Ingo <[EMAIL PROTECTED]> wrote:
> > -#define PARAM empty_zero_page
> > +#define PARAM ((unsigned char *)empty_zero_page)
>
> (just pedantic, but the right fix is to make it (char *) not (unsigned
> char *), because this is how it was defined and used previously.
Hmm, I also used s