summaryrefslogtreecommitdiff
path: root/usr.bin/w/w.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-10-24 03:06:09 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-10-24 03:06:09 +0000
commitbaf72ec10c6f7f4414d6c59c82362a8678adf04f (patch)
tree1b07e8e09d159a099e7d8e46c77ce86891ad82d5 /usr.bin/w/w.c
parenta606079304d32472ccaa70e69973f0c57b6bcf1a (diff)
downloadsrc-test2-baf72ec10c6f7f4414d6c59c82362a8678adf04f.tar.gz
src-test2-baf72ec10c6f7f4414d6c59c82362a8678adf04f.zip
Notes
Diffstat (limited to 'usr.bin/w/w.c')
-rw-r--r--usr.bin/w/w.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index 664d56f8f640..1460e26ab958 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -75,6 +75,7 @@ static char sccsid[] = "@(#)w.c 8.4 (Berkeley) 4/16/94";
#include <unistd.h>
#include <utmp.h>
#include <vis.h>
+#include <locale.h>
#include <arpa/nameser.h>
#include <resolv.h>
@@ -130,6 +131,8 @@ main(argc, argv)
char *memf, *nlistf, *p, *vis_args, *x;
char buf[MAXHOSTNAMELEN], errbuf[256];
+ (void) setlocale(LC_TIME|LC_CTYPE, "");
+
/* Are we w(1) or uptime(1)? */
p = __progname;
if (*p == '-')