From 7f90603174c35f5d71a738e69790ab00e4ad6397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 17 Mar 2005 15:47:07 +0000 Subject: merge with recent enough kernel and remove osbolete (unused) stuff, also do some 64-bit fixing there (forward port from cs3 and 10.1 branches) --- mdk-stage1/pcmcia_/yacc_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/pcmcia_/yacc_config.h') diff --git a/mdk-stage1/pcmcia_/yacc_config.h b/mdk-stage1/pcmcia_/yacc_config.h index b4902c8e6..f9b881def 100644 --- a/mdk-stage1/pcmcia_/yacc_config.h +++ b/mdk-stage1/pcmcia_/yacc_config.h @@ -28,7 +28,7 @@ #define NUMBER 284 typedef union { char *str; - u_long num; + unsigned long num; struct device_info_t *device; struct card_info_t *card; struct mtd_ident_t *mtd; -- cgit v1.2.1