From 633401b57305db683f6f4bd96ed4cc361b5c0a54 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Mon, 2 Aug 2004 12:50:12 +0000 Subject: [PATCH] Remove la_LN.* from the list of bogus locales. They're incomplete, but still potentially useful. --- usr.bin/locale/locale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c index c07d7ca9b1c..a4b6b400183 100644 --- a/usr.bin/locale/locale.c +++ b/usr.bin/locale/locale.c @@ -208,7 +208,7 @@ struct _kwinfo { }; #define NKWINFO (sizeof(kwinfo)/sizeof(kwinfo[0])) -const char *boguslocales[] = { "UTF-8", "la_LN." }; +const char *boguslocales[] = { "UTF-8" }; #define NBOGUS (sizeof(boguslocales)/sizeof(boguslocales[0])) int