diff options
Diffstat (limited to 'usr.bin/more/main.c')
-rw-r--r-- | usr.bin/more/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/more/main.c b/usr.bin/more/main.c index fe25639..f019bdc 100644 --- a/usr.bin/more/main.c +++ b/usr.bin/more/main.c @@ -51,7 +51,6 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/7/93"; #include <sys/file.h> #include <stdio.h> #include <less.h> -#include <locale.h> int ispipe; int new_file; @@ -253,8 +252,6 @@ main(argc, argv) int envargc, argcnt; char *envargv[2], *getenv(); - setlocale(LC_CTYPE, ""); - /* * Process command line arguments and MORE environment arguments. * Command line arguments override environment arguments. |