summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-23 21:24:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-23 21:24:47 +0000
commite92e250a3ca92dbaf7b576c1c3b34992e031c14a (patch)
treed00f0b437d6337bb0dc1269a7a882a60b75f053f /libdha
parent7fac308569426c528fea9fdd3201120341f1f49d (diff)
downloadmpv-e92e250a3ca92dbaf7b576c1c3b34992e031c14a.tar.bz2
mpv-e92e250a3ca92dbaf7b576c1c3b34992e031c14a.tar.xz
Use the public sys/kbio.h header instead of messing with the MI headers, which
doesn't exist anymore on DragonFly. Approved by the FreeBSD ports maintainer. patch by Joerg Sonnenberger <joerg - at - britannica - bec - de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15556 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/sysdep/pci_freebsd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libdha/sysdep/pci_freebsd.c b/libdha/sysdep/pci_freebsd.c
index 9ad4b15f2b..dd0c68ef75 100644
--- a/libdha/sysdep/pci_freebsd.c
+++ b/libdha/sysdep/pci_freebsd.c
@@ -5,10 +5,7 @@
*/
#include <errno.h>
#include <sys/file.h>
-/* machine/console.h seems to be outdated by recent FreeBSD *
- * however pcvt_ioctl.h seems to exist for very long time */
-/* #include <machine/console.h>*/
-#include <machine/pcvt_ioctl.h>
+#include <sys/kbio.h>
#ifndef GCCUSESGAS
#define GCCUSESGAS
#endif