aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-02-10 23:25:09 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-02-10 23:25:09 +0000
commit124d32d6a991f995bbe1940d2edf0ef2e60b8169 (patch)
treef486d8365a9ab29c5940e6a7d63838fdab5b296c /usr.bin
parentc83633a4ff380a980452f935c2bba5ac0d7c0b9e (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/hexdump/hexdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c
index c8ce78de8c3a..7a7434b85df0 100644
--- a/usr.bin/hexdump/hexdump.c
+++ b/usr.bin/hexdump/hexdump.c
@@ -65,7 +65,7 @@ main(argc, argv)
register FS *tfs;
char *p;
- (void)setlocale(LC_CTYPE, "");
+ (void)setlocale(LC_ALL, "");
if (!(p = rindex(argv[0], 'o')) || strcmp(p, "od"))
newsyntax(argc, &argv);