From e92e250a3ca92dbaf7b576c1c3b34992e031c14a Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 23 May 2005 21:24:47 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15556 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/sysdep/pci_freebsd.c | 5 +---- 1 file changed, 1 insertion(+), 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 #include -/* machine/console.h seems to be outdated by recent FreeBSD * - * however pcvt_ioctl.h seems to exist for very long time */ -/* #include */ -#include +#include #ifndef GCCUSESGAS #define GCCUSESGAS #endif