Messages in this thread Patch in this message |  | | Date | Fri, 26 Jul 1996 15:38:15 +0200 (MET DST) | From | Simon Josefsson <> | Subject | 2.0.9 doesn't compile (w/ fix) |
| |
2.0.9 doesn't compile unless you have CONFIG_BLK_DEV_CMD640 enabled.
--- linux/drivers/block/ide.c.backup Fri Jul 26 15:25:02 1996 +++ linux/drivers/block/ide.c Fri Jul 26 15:26:36 1996 @@ -2385,9 +2385,9 @@ { int irqs, rc; unsigned long timeout; + int hd_status; #ifdef CONFIG_BLK_DEV_CMD640 int retry = 0; - int hd_status; try_again: #endif /* CONFIG_BLK_DEV_CMD640 */ -- Simon Josefsson : Voice: +46-8-6190422 : Brevis esse laboro, Drottningholmsv. 70 IV : Fax/Data: +46-8-6566827 : obscurus frio S-112 42 Stockholm : E-mail: md94-sjo@nada.kth.se : Sweden, Europe : : Esse non videri
|  |