Localize it

This commit is contained in:
Andrey A. Chernov 1997-05-13 11:30:01 +00:00
parent cd641c8853
commit 9566348d5c
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,7 @@ static char sccsid[] = "@(#)wall.c 8.2 (Berkeley) 11/16/93";
#include <sys/time.h>
#include <sys/uio.h>
#include <locale.h>
#include <paths.h>
#include <pwd.h>
#include <stdio.h>
@ -81,6 +82,8 @@ main(argc, argv)
char *p, *ttymsg();
char line[sizeof(utmp.ut_line) + 1];
(void)setlocale(LC_CTYPE, "");
while ((ch = getopt(argc, argv, "n")) != -1)
switch (ch) {
case 'n':