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/games-fps/aaquake2/files/aaquake2-0.1-glibc.patch

23 lines
338 B

--- rw_aa.c.old
+++ rw_aa.c
@@ -61,7 +61,7 @@
#include <signal.h>
#include <sys/mman.h>
-#include <asm/io.h>
+#include <sys/io.h>
#include <aalib.h>
--- rw_in_aa.c.old
+++ rw_in_aa.c
@@ -46,7 +46,7 @@
#include <signal.h>
#include <sys/mman.h>
-#include <asm/io.h>
+#include <sys/io.h>
#include <aalib.h>