Fixes build on x86_64-*-kfreebsd-gnu (GNU/kFreeBSD for amd64). Patch by Aurelien Jarno. --- xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h 2005-12-29 03:34:56.000000000 +0100 +++ xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h 2006-03-06 01:07:22.000000000 +0100 @@ -334,7 +334,7 @@ # define ARCH_PCI_PCI_BRIDGE sparcPciPciBridge # endif #elif defined(__amd64__) || defined(__amd64) -# if defined(__FreeBSD__) +# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) # define ARCH_PCI_INIT freebsdPciInit # else # define ARCH_PCI_INIT ix86PciInit
Added patch keyword
Created attachment 5380 [details] [review] New patch, updated for 7.0.
committed to HEAD
Thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.