aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-12-30 19:30:10 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-12-30 19:30:10 +0000
commit6d994e13c80e6014577877c1422a1fd6b91f8a1b (patch)
treeb220bba20cb58d601a225d2913694ed9a6f26b63 /usr.bin/comm
parent909b37a41475eaa2cb8ce54ab9dbbd88809b3c8d (diff)
Notes
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
index bdf30e36afe53..5d234c88bbca8 100644
--- a/usr.bin/comm/comm.c
+++ b/usr.bin/comm/comm.c
@@ -82,7 +82,7 @@ main(argc, argv)
flag1 = flag2 = flag3 = 1;
iflag = 0;
- (void) setlocale(LC_CTYPE, "");
+ (void) setlocale(LC_ALL, "");
while ((ch = getopt(argc, argv, "-123i")) != -1)
switch(ch) {