mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 01:14:52 +01:00
Remove la_LN.* from the list of bogus locales. They're incomplete, but
still potentially useful.
This commit is contained in:
parent
7cf18ceb88
commit
633401b573
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133014
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user