From b29e9be9aff5c5a9ec5e2bcfc48044081b82742b Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 29 Jan 2014 18:44:40 +0100 Subject: [PATCH] Fix a compilation error on GNU Hurd platforms. This fixes a typo (unAMp instead of unMAp) introduced in the Windows/Cygwin support patch. Reviewed-by: Jon TURNEY --- src/x86_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x86_pci.c b/src/x86_pci.c index b938068..1075367 100644 --- a/src/x86_pci.c +++ b/src/x86_pci.c @@ -658,7 +658,7 @@ static int pci_device_x86_unmap_range(struct pci_device *dev, struct pci_device_mapping *map) { - return pci_device_generic_unamp_range(dev, map); + return pci_device_generic_unmap_range(dev, map); } #endif -- 2.11.0