You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/jfbterm/files/jfbterm-no-kernel-headers.p...

18 lines
421 B

Remove usage of kernel headers, deprecated since linux-headers-2.6.18.
Patch by Shunichi Fuji <palgowr@gmail.com>.
See bug #156306
--- a/fbdpsp.c
+++ b/fbdpsp.c
@@ -827,8 +827,7 @@
#ifdef JFB_VGA16FB
-#include <asm/io.h>
-#include <asm/system.h>
+#include <sys/io.h>
#define GRAPHICS_ADDR_REG 0x3ce /* Graphics address register. */
#define GRAPHICS_DATA_REG 0x3cf /* Graphics data register. */