summaryrefslogtreecommitdiffstats
path: root/pw/pw.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pw.c')
-rw-r--r--pw/pw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pw/pw.c b/pw/pw.c
index 6c070ac..5c77783 100644
--- a/pw/pw.c
+++ b/pw/pw.c
@@ -31,6 +31,7 @@ static const char rcsid[] =
#include <err.h>
#include <fcntl.h>
+#include <locale.h>
#include <paths.h>
#include <sys/wait.h>
#include "pw.h"
@@ -131,6 +132,8 @@ main(int argc, char *argv[])
umask(0); /* We wish to handle this manually */
LIST_INIT(&arglist);
+ (void)setlocale(LC_TIME, "");
+
/*
* Break off the first couple of words to determine what exactly
* we're being asked to do