Re: Patch for utilities/dbootstrap/kbdconfig.c

2003-01-15 Thread Stephen R Marenka
On Tue, Jan 14, 2003 at 06:27:00PM +0100, Eduard Bloch wrote: #include hallo.h * Ross Vumbaca [Tue, Jan 14 2003, 09:49:53PM]: Here's a patch which fixes the incorrect usage of strstr for PowerPC in kbdconfig.c - which causes the wrong keyboard choices to appear on non-apus PowerPC

Re: Patch for utilities/dbootstrap/kbdconfig.c

2003-01-15 Thread Eduard Bloch
#include hallo.h * Stephen R Marenka [Wed, Jan 15 2003, 12:04:18PM]: | } | else if (strstr(Arch2, PowerMac) != NULL) { | choices = keymaps_mac; | nchoices = nchoices_mac; | prefix = i386/; | } else { | choices= keymaps; |

Patch for utilities/dbootstrap/kbdconfig.c

2003-01-14 Thread Ross Vumbaca
Hi, Here's a patch which fixes the incorrect usage of strstr for PowerPC in kbdconfig.c - which causes the wrong keyboard choices to appear on non-apus PowerPC hardware. Regards, Ross.. --- boot-floppies-cvs-original/utilities/dbootstrap/kbdconfig.c Tue Aug 13 01:32:30 2002 +++

Re: Patch for utilities/dbootstrap/kbdconfig.c

2003-01-14 Thread Eduard Bloch
#include hallo.h * Ross Vumbaca [Tue, Jan 14 2003, 09:49:53PM]: Here's a patch which fixes the incorrect usage of strstr for PowerPC in kbdconfig.c - which causes the wrong keyboard choices to appear on non-apus PowerPC hardware. a) please, create a new thread and do not sent a follow-up