Messages in this thread Patch in this message |  | | Date | Wed, 15 Jan 1997 21:54:18 +0100 (MET) | From | Ingo Molnar <> | Subject | small 2.1.21 compilation problem? patch |
| |
i needed this to get 2.1.21 compiled ... maybe i've hosed something in my setup as i havent seen anyone posting about such problems on this list, but anyways here is my totally incorrect patch-imitation for those who might have similar problems:
--- linux-2.1.21_orig/arch/i386/boot/compressed/misc.c Mon Sep 23 10:29:03 1996 +++ linux/arch/i386/boot/compressed/misc.c Wed Jan 15 17:45:55 1997 @@ -77,7 +77,7 @@ * These are set up by the setup-routine at boot-time: */ -struct screen_info { +/*struct screen_info { unsigned char orig_x; unsigned char orig_y; unsigned char unused1[2]; @@ -89,7 +89,7 @@ unsigned short unused3; unsigned char orig_video_lines; unsigned char orig_video_isVGA; -}; +};*/ /* * This is set up by the setup-routine at boot-time
|  |