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
This commit is contained in:
diego 2005-05-23 21:24:47 +00:00
parent 7fac308569
commit e92e250a3c
1 changed files with 1 additions and 4 deletions

View File

@ -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