summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-06-24 13:36:13 +0000
committerache <ache@FreeBSD.org>2000-06-24 13:36:13 +0000
commit659df59b0e36fdcc741f84bef9a6c11908fa5a42 (patch)
treed7f6400bb3c7db6c2e727cf243fdb348cce653d4 /usr.sbin/pw/pw.c
parent8b610ecf81f8ff6a92ee64521371a22d5e18e8b4 (diff)
downloadFreeBSD-src-659df59b0e36fdcc741f84bef9a6c11908fa5a42.zip
FreeBSD-src-659df59b0e36fdcc741f84bef9a6c11908fa5a42.tar.gz
Localize ctype too.
Add weekday to showuser expired fields
Diffstat (limited to 'usr.sbin/pw/pw.c')
-rw-r--r--usr.sbin/pw/pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c
index 5c77783..d854c92 100644
--- a/usr.sbin/pw/pw.c
+++ b/usr.sbin/pw/pw.c
@@ -132,7 +132,7 @@ main(int argc, char *argv[])
umask(0); /* We wish to handle this manually */
LIST_INIT(&arglist);
- (void)setlocale(LC_TIME, "");
+ (void)setlocale(LC_ALL, "");
/*
* Break off the first couple of words to determine what exactly
OpenPOWER on IntegriCloud