summaryrefslogtreecommitdiffstats
path: root/usr.bin/uniq/uniq.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/uniq/uniq.c')
-rw-r--r--usr.bin/uniq/uniq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c
index c743fd4..890cc95 100644
--- a/usr.bin/uniq/uniq.c
+++ b/usr.bin/uniq/uniq.c
@@ -80,7 +80,7 @@ main (argc, argv)
char *prevline, *thisline, *p;
int iflag = 0, comp;
- (void) setlocale(LC_CTYPE, "");
+ (void) setlocale(LC_ALL, "");
obsolete(argv);
while ((ch = getopt(argc, argv, "-cdif:s:u")) != -1)
OpenPOWER on IntegriCloud