ps: remove xo_no_setlocale() call

Apparently libxo was fixed to do the right thing on FreeBSD,
and calling xo_no_setlocale() is no longer needed.

Reported by:	phil
This commit is contained in:
Yuri Pankov 2020-06-09 07:07:29 +00:00
parent ee7b7f3f05
commit 26161fcfca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361962

View file

@ -192,7 +192,6 @@ main(int argc, char *argv[])
char fmtbuf[_POSIX2_LINE_MAX];
(void) setlocale(LC_ALL, "");
xo_no_setlocale();
time(&now); /* Used by routines in print.c. */
/*