Respect locale settings.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2015-08-28 00:49:30 +00:00
parent d518359452
commit b81cd10773
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287237

View File

@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <fts.h>
#include <grp.h>
#include <locale.h>
#include <pwd.h>
#include <stdint.h>
#include <stdio.h>
@ -86,6 +87,8 @@ main(int argc, char *argv[])
int ch;
char *p;
(void)setlocale(LC_ALL, "");
/*
* Test for the special case where the utility is called as
* "unlink", for which the functionality provided is greatly