Messages in this thread Patch in this message |  | | Date | Tue, 27 May 2003 12:15:43 +0200 | From | Éric Brunet <> | Subject | Re: Linux 2.5.70 |
| |
> there's been too much delay between 69 and 70, but I was hoping to make > 70 the last "Linus only" release before getting together with Andrew and > figuring out how to start the "pre-2.6" series and more of a code slush. Hello;
I need this to compile:
Regards,
-- Éric Brunet
--- linux-2.5.70/drivers/video/i810/i810.h.orig 2003-05-27 12:02:51.334162312 +0200 +++ linux-2.5.70/drivers/video/i810/i810.h 2003-05-27 12:10:33.283935272 +0200 @@ -203,8 +203,8 @@ #define LOCKUP 8 struct gtt_data { - agp_memory *i810_fb_memory; - agp_memory *i810_cursor_memory; + struct agp_memory *i810_fb_memory; + struct agp_memory *i810_cursor_memory; }; struct mode_registers { - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |