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

kbd-chooser patch



Hi,

two minor fixes:

Makefile: added missing (
loadkeys.y: added missing prototypes

MfG
        Goswin
----------------------------------------------------------------------

Index: Makefile
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/kbd-chooser/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile	5 Oct 2003 09:47:51 -0000	1.16
+++ Makefile	5 Oct 2003 15:42:57 -0000
@@ -36,7 +36,7 @@ ifeq ($(ARCH),mips)
 CFLAGS += -DAT_KBD -DUSB_KBD
 OBJS += at-kbd.o usb-kbd.o
 endif
-ifeq $(ARCH),mipsel)
+ifeq ($(ARCH),mipsel)
 CFLAGS += -DAT_KBD -DUSB_KBD
 OBJS += at-kbd.o usb-kbd.o
 endif
Index: loadkeys.y
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/kbd-chooser/loadkeys.y,v
retrieving revision 1.7
diff -u -p -r1.7 loadkeys.y
--- loadkeys.y	3 Oct 2003 22:02:49 -0000	1.7
+++ loadkeys.y	5 Oct 2003 15:42:58 -0000
@@ -77,6 +77,9 @@ extern struct kbsentry kbs_buf;
 
 
 #include "ksyms.h"
+
+int yyerror(const char *s);
+ int yylex(void);
 %}
 
 %%



Reply to: