comparison osdep/lrmi.c @ 11455:22f8732b5d97

cumulative libc5 compatibility patch ;) - VESA detection by sys/io.h header - workaround a missing define on libc5
author gabucino
date Thu, 13 Nov 2003 20:53:40 +0000
parents 5084f09ba20e
children 830c5c1800bc
comparison
equal deleted inserted replaced
11454:74c7ac1698bc 11455:22f8732b5d97
8 versions as being modified. 8 versions as being modified.
9 9
10 This software has NO WARRANTY. Use it at your own risk. 10 This software has NO WARRANTY. Use it at your own risk.
11 Original location: http://cvs.debian.org/lrmi/ 11 Original location: http://cvs.debian.org/lrmi/
12 */ 12 */
13
14 #include "../config.h"
15 #ifdef HAVE_VESA
13 16
14 #include <signal.h> 17 #include <signal.h>
15 #include <stdio.h> 18 #include <stdio.h>
16 #include <string.h> 19 #include <string.h>
17 #include <sys/io.h> 20 #include <sys/io.h>
916 get_regs(r); 919 get_regs(r);
917 920
918 return vret; 921 return vret;
919 } 922 }
920 923
924 #endif