Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: UTF-8 locales on BSDs do not support collation correctly



On Sat, 28 Jan 2017, Peter Stephenson wrote:

> On Sat, 28 Jan 2017 12:26:30 -0800 (PST)
> Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> > I'm now getting
> >
> > Src/watch.c: In function `readwtab':
> > Src/watch.c:497: warning: assignment from incompatible pointer type
> >
> >
> > That's:
> >
> >     while ((tmp = getutent()) != NULL) {
>
> Just to be clear (hope this doesn't seem rude, I just don't want anyone
> making untoward assumptions):  I am not going to do anything at all to
> investigate errors I'm not seeing myself.

Fair enough.

In my case the problem seems to be that config.h.in was somehow never
regenerated with the HAVE_*UTXENT prototypes.  I'm not sure how that was
possible ... forcibly removing and re-creating it seems to have fixed
the issue, so, sorry for the false alarm (unless somebody has an idea
why config.h.in would have gone awry).



Messages sorted by: Reverse Date, Date, Thread, Author