summaryrefslogtreecommitdiffstats
path: root/usr.bin/locale
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-08-02 12:50:12 +0000
committertjr <tjr@FreeBSD.org>2004-08-02 12:50:12 +0000
commit2e77b96f4a11ad8896311a302e633a96d6acc5d3 (patch)
tree360ab966c18983160aa13b72498bd8070086a44d /usr.bin/locale
parent25f68ff9e7c0b5fc234e98abe83b06f2c53bd9cd (diff)
downloadFreeBSD-src-2e77b96f4a11ad8896311a302e633a96d6acc5d3.zip
FreeBSD-src-2e77b96f4a11ad8896311a302e633a96d6acc5d3.tar.gz
Remove la_LN.* from the list of bogus locales. They're incomplete, but
still potentially useful.
Diffstat (limited to 'usr.bin/locale')
-rw-r--r--usr.bin/locale/locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c
index c07d7ca..a4b6b40 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
OpenPOWER on IntegriCloud