summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorYuri Pankov <yuripv@FreeBSD.org>2020-06-09 07:07:29 +0000
committerYuri Pankov <yuripv@FreeBSD.org>2020-06-09 07:07:29 +0000
commit26161fcfca6787437afab2826a7517db90355f95 (patch)
tree8e7a12727ba7b00edd0adaa900eea410fb91ded9 /bin
parentee7b7f3f057c6d2027ba25337377967b594a66a0 (diff)
downloadsrc-test2-26161fcfca6787437afab2826a7517db90355f95.tar.gz
src-test2-26161fcfca6787437afab2826a7517db90355f95.zip
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
Notes
Notes: svn path=/head/; revision=361962
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 8b865bc4a091..f6d32e5411fe 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. */
/*