diff libdha/sysdep/pci_linux.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 9dbb9c710480
children 62705b2298ff
line wrap: on
line diff
--- a/libdha/sysdep/pci_linux.c	Thu Nov 13 13:22:41 2003 +0000
+++ b/libdha/sysdep/pci_linux.c	Thu Nov 13 20:53:40 2003 +0000
@@ -5,7 +5,7 @@
 */
 #include <errno.h>
 #ifdef __i386__
-#include <sys/perm.h>
+// is this needed? #include <sys/perm.h>
 #else
 #if !defined(__sparc__) && !defined(__powerpc__)
 #include <sys/io.h>