[MPlayer-cvslog] CVS: main/libdha/sysdep pci_freebsd.c,1.3,1.4

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon May 23 23:24:50 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libdha/sysdep
In directory mail:/var2/tmp/cvs-serv13962/libdha/sysdep

Modified Files:
	pci_freebsd.c 
Log Message:
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>


Index: pci_freebsd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/sysdep/pci_freebsd.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pci_freebsd.c	3 May 2002 12:56:29 -0000	1.3
+++ pci_freebsd.c	23 May 2005 21:24:47 -0000	1.4
@@ -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




More information about the MPlayer-cvslog mailing list