diff libdha/sysdep/pci_openbsd.c @ 6631:4843214cf2a1

OpenBSD PPC libdha fix by Bj«Órn Sandell.
author atmos4
date Wed, 03 Jul 2002 21:20:19 +0000
parents 31e465fda59c
children
line wrap: on
line diff
--- a/libdha/sysdep/pci_openbsd.c	Wed Jul 03 21:17:31 2002 +0000
+++ b/libdha/sysdep/pci_openbsd.c	Wed Jul 03 21:20:19 2002 +0000
@@ -4,6 +4,8 @@
    Modified for readability by Nick Kurshev
 */
 
+#ifdef __i386__
+
 #include <errno.h>
 #include <sys/types.h>
 #include <machine/sysarch.h>
@@ -22,3 +24,4 @@
  /* Nothing to do */
     return(0);
 }
+#endif