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

Re: Patch for m68k boot-floppies



Michael Schmitz <schmitz@tinocoq.cchem.berkeley.edu> writes:

> Index: utilities/libfdisk/partbl_atari.c

Ok, patched.

> Index: utilities/dinstall/kbdconfig.c
> ===================================================================
> RCS file: /debian/home/sr1/lib/cvs/./boot-floppies/utilities/dinstall/Attic/kbdconfig.c,v
> retrieving revision 1.20
> diff -u -r1.20 kbdconfig.c
> --- kbdconfig.c	1999/03/12 05:23:38	1.20
> +++ kbdconfig.c	1999/05/26 22:44:39
> @@ -23,15 +23,16 @@
>      { "atari-us",        "U.S. English (Atari)"      , 1},
>      { "atari-de",        "Germany (Atari)"           , 0},
>      { "atari-se",        "Sweden (Atari)"            , 0},
> -    { "atari-uk", 	 "English (Atari Falcon)"    , 0},
> +    { "atari-uk", 	 "English (Atari Falcon)"    , 0}

Uh, this line in my sources is:

    { "atari-uk",        MSG_KBD_ATARI_UK            , 0},

>    };
>    int nchoices_ata=4;
>    struct d_choices keymaps_mac[]={
>      { "mac-us-std",      "U.S. English (Mac, 82 keys)"     , 1},
>      { "mac-us-ext",      "U.S. English (Mac, extended kbd)", 0},
> -    { "mac-fr2-ext",     "France (Mac, extended kbd)"      , 0}
> +    { "mac-fr2-ext",     "France (Mac, extended kbd)"      , 0},
> +    { "mac-de-ext",      "Germany (Mac, extended kbd)"     , 0}

Likewise, they are using defines here:

    { "mac-us-ext",      MSG_KBD_MAC_US_EXT                , 0},
    { "mac-fr2-ext",     MSG_KBD_MAC_FR2_EXT               , 0}
  };
  int nchoices_mac=3;

So this patch wasn't applied.

--
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>


Reply to: