blob: 574c1b183feaec4ff7041a8a3d2b5dea749fdd02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-cd,v 1.1 2005/10/10 22:51:04 joerg Exp $
--- src/video_out/libdha/sysdep/pci_freebsd.c.orig 2005-07-10 21:02:09.000000000 +0000
+++ src/video_out/libdha/sysdep/pci_freebsd.c
@@ -8,7 +8,7 @@
/* 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
|