diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-13 20:53:40 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-13 20:53:40 +0000 |
commit | 2f75c8e9d306d8626fdfb066bf0d167463339498 (patch) | |
tree | cec2802ca89fe71af41882d2022be0b793371b93 /libdha | |
parent | d911fb37f8c3d78ee89bb3aafa0d08e7d2bebbb8 (diff) | |
download | mpv-2f75c8e9d306d8626fdfb066bf0d167463339498.tar.bz2 mpv-2f75c8e9d306d8626fdfb066bf0d167463339498.tar.xz |
cumulative libc5 compatibility patch ;)
- VESA detection by sys/io.h header
- workaround a missing define on libc5
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11456 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r-- | libdha/sysdep/pci_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/sysdep/pci_linux.c b/libdha/sysdep/pci_linux.c index ad9715b2d8..a4486dd041 100644 --- a/libdha/sysdep/pci_linux.c +++ b/libdha/sysdep/pci_linux.c @@ -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> |