summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-04-28 20:19:23 +0000
committerMatt Wilson <msw@redhat.com>2000-04-28 20:19:23 +0000
commitef9acddb4f5fe94cef2f3f4cd513251c4225b2fd (patch)
tree01c7e5a5ad6bb0e7ae18038385e50a63e441a8ba
parentd0cba84f536a0dde04cfc576e0bbc3c2e2fdcc59 (diff)
downloadanaconda-ef9acddb4f5fe94cef2f3f4cd513251c4225b2fd.tar.gz
anaconda-ef9acddb4f5fe94cef2f3f4cd513251c4225b2fd.tar.xz
anaconda-ef9acddb4f5fe94cef2f3f4cd513251c4225b2fd.zip
hack
-rw-r--r--loader/lang.c5
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 } };