diff libdha/pci.c @ 15566:3758536dcef3

DragonFly BSD support patch by Joerg Sonnenberger <joerg - at - britannica - dot - bec - dot - de>
author diego
date Wed, 25 May 2005 08:48:32 +0000
parents cb35163ef0a1
children fd0d4b94b5ec
line wrap: on
line diff
--- a/libdha/pci.c	Tue May 24 19:46:44 2005 +0000
+++ b/libdha/pci.c	Wed May 25 08:48:32 2005 +0000
@@ -62,7 +62,7 @@
 /* OS depended stuff */
 #if defined (linux)
 #include "sysdep/pci_linux.c"
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__DragonFly__)
 #include "sysdep/pci_freebsd.c"
 #elif defined (__386BSD__)
 #include "sysdep/pci_386bsd.c"