[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kbdconfig.c



Another one, can s/o add this to kbdconfig.c :


    }
    else
        return 255;
#elif #cpu (sparc)
    prefix="sun";
    choices= keymaps;
#elif #cpu (i386)
    prefix="i386";
    choices= keymaps;
#elif #cpu (powerpc)
    prefix="";
    choices= keymaps;
#endif
if (kbd) {
    int i;

This is the corrected version. 
--------------

And there is a problem with   -DINCLINGUA='"messages/lang_C.h"

The "messages/lang_C.h" doesn't exist anymore!! So line 10 in boxes.c
the #include INCLINGUA  will fail.


Next one: main.c line 267  should look :

    if (strcmp(Arch2, "VME") == 0)
      klogctl(6,NULL,0);
#endif

#if #cpu (powerpc)
    Arch2=get_powerpc_model();
    if ( (strcmp(Arch2,"CHRP")) && (strcmp(Arch2,"PowerMac")) &&
         (strcmp(Arch2,"PReP"))) {
         problemBox(_("Your PowerPC architecture is not supported yet."),_("Problem"));
         reboot(RB_AUTOBOOT);
    }
#endif

#ifdef SCSI_FLOPPY
    find_scsi_floppy();
#endif



-- 
 Dipl.-Ing. Hartmut Koptein                            EMail:
 Friedrich-van-Senden-Str. 7                           koptein@et-inf.fho-emden.de
 26603 Aurich   
 Tel.: +49-4941-10390                                  koptein@debian.org


Reply to: