diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-28 20:19:23 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-28 20:19:23 +0000 |
commit | ef9acddb4f5fe94cef2f3f4cd513251c4225b2fd (patch) | |
tree | 01c7e5a5ad6bb0e7ae18038385e50a63e441a8ba /loader | |
parent | d0cba84f536a0dde04cfc576e0bbc3c2e2fdcc59 (diff) | |
download | anaconda-ef9acddb4f5fe94cef2f3f4cd513251c4225b2fd.tar.gz anaconda-ef9acddb4f5fe94cef2f3f4cd513251c4225b2fd.tar.xz anaconda-ef9acddb4f5fe94cef2f3f4cd513251c4225b2fd.zip |
hack
Diffstat (limited to 'loader')
-rw-r--r-- | loader/lang.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/loader/lang.c b/loader/lang.c index f516c1f77..074e7e99b 100644 --- a/loader/lang.c +++ b/loader/lang.c @@ -333,8 +333,9 @@ int chooseLanguage(char ** lang, int flags) { } #ifdef __sparc__ -struct defaultKeyboardByLang -defaultSunKeyboards[] = { +struct defaultKeyboardByLang { + char * lang, * keyboard; +} defaultSunKeyboards[] = { { "fi", "sunt5-fi-latin1" }, { "cs", "sunt5-cz-us" }, { NULL, NULL } }; |