Fix build error on 7-current.
Reported by: netchild
This commit is contained in:
parent
c6c2e621b3
commit
2ee54b4b35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163705
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
--- src/video_out/libdha/sysdep/pci_freebsd.c.orig Sun May 28 22:49:02 2006
|
||||
+++ src/video_out/libdha/sysdep/pci_freebsd.c Sun May 28 22:50:59 2006
|
||||
@@ -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
|
Loading…
Reference in a new issue