# HG changeset patch # User diego # Date 1116883487 0 # Node ID 806cd20f1c8f5eb3c76b0099a7735ed835860922 # Parent e93d0faac02bf1f2ac489527528527d8d9ba6e0b 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 diff -r e93d0faac02b -r 806cd20f1c8f libdha/sysdep/pci_freebsd.c --- a/libdha/sysdep/pci_freebsd.c Mon May 23 20:12:47 2005 +0000 +++ b/libdha/sysdep/pci_freebsd.c Mon May 23 21:24:47 2005 +0000 @@ -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