Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2020 07:07:29 +0000 (UTC)
From:      Yuri Pankov <yuripv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361962 - head/bin/ps
Message-ID:  <202006090707.05977TI2048869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuripv
Date: Tue Jun  9 07:07:29 2020
New Revision: 361962
URL: https://svnweb.freebsd.org/changeset/base/361962

Log:
  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

Modified:
  head/bin/ps/ps.c

Modified: head/bin/ps/ps.c
==============================================================================
--- head/bin/ps/ps.c	Tue Jun  9 06:48:25 2020	(r361961)
+++ head/bin/ps/ps.c	Tue Jun  9 07:07:29 2020	(r361962)
@@ -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. */
 
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006090707.05977TI2048869>