From 93131c8b36f6eefb48ca3e4ac32719edaa91cb01 Mon Sep 17 00:00:00 2001 From: yuripv Date: Tue, 9 Jun 2020 07:07:29 +0000 Subject: [PATCH] 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 --- bin/ps/ps.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 8b865bc4a09..f6d32e5411f 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -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. */ /* -- 2.45.0