Re: eval: Use sh_warnx instead of warnx

2018-11-20 Thread Antonio Ospite
On Tue, 20 Nov 2018 10:09:26 +0800 Herbert Xu wrote: > Antonio Ospite wrote: > > > > BTW a new warning was introduced by commit 8e43729 (eval: Report I/O > > error on stdout, 2018-09-07): > > > > CC eval.o > > eval.c: In function ‘evalbltin’: > > eval.c:956:3: warning: implicit

eval: Use sh_warnx instead of warnx

2018-11-19 Thread Herbert Xu
Antonio Ospite wrote: > > BTW a new warning was introduced by commit 8e43729 (eval: Report I/O > error on stdout, 2018-09-07): > > CC eval.o > eval.c: In function ‘evalbltin’: > eval.c:956:3: warning: implicit declaration of function ‘warnx’; did you mean > ‘sh_warnx’?