and of course, default_orders need to be static...

This commit is contained in:
Enno Rehling 2005-05-08 00:04:16 +00:00
parent 0a2be8f2b8
commit d61e5eae56
1 changed files with 1 additions and 1 deletions

View File

@ -3242,7 +3242,7 @@ kernel_init(void)
order * order *
default_order(const struct locale * lang) default_order(const struct locale * lang)
{ {
struct orders { static struct orders {
const struct locale * lang; const struct locale * lang;
struct order * ord; struct order * ord;
struct orders * next; struct orders * next;