From 9baa6d2f372d3e09280e1103d7bfcf048f6457ec Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 13 Jan 2003 23:36:01 +0000 Subject: big vidix driver update by James Stembridge CVS patchset: 3907 CVS date: 2003/01/13 23:36:01 --- src/video_out/libdha/sysdep/pci_openbsd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/video_out/libdha/sysdep/pci_openbsd.c') diff --git a/src/video_out/libdha/sysdep/pci_openbsd.c b/src/video_out/libdha/sysdep/pci_openbsd.c index 13504db81..89c85eab6 100644 --- a/src/video_out/libdha/sysdep/pci_openbsd.c +++ b/src/video_out/libdha/sysdep/pci_openbsd.c @@ -4,6 +4,8 @@ Modified for readability by Nick Kurshev */ +#ifdef __i386__ + #include #include #include @@ -22,3 +24,4 @@ static __inline__ int disable_os_io(void) /* Nothing to do */ return(0); } +#endif -- cgit v1.2.3