diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-04-17 19:04:54 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-04-17 19:04:54 +0800 |
commit | 3707f42fe3fe392f1c8e70722a4f9c3225d4ce37 (patch) | |
tree | 00bf05c8ce0b9c463320c468bd0cda5ed204ec59 | |
parent | bdab55d5986e74a75f48d748547e2282c94f070c (diff) | |
download | xorg-devel-ports-3707f42fe3fe392f1c8e70722a4f9c3225d4ce37.tar.gz xorg-devel-ports-3707f42fe3fe392f1c8e70722a4f9c3225d4ce37.tar.zst xorg-devel-ports-3707f42fe3fe392f1c8e70722a4f9c3225d4ce37.zip |
Merge r825 by kwm:
Fix typo andle -> handle
Submitted by: Maedhros
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-7.7@826 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | devel/libpciaccess/files/patch-src-freebsd_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libpciaccess/files/patch-src-freebsd_pci.c b/devel/libpciaccess/files/patch-src-freebsd_pci.c index f93c033..45eb6dc 100644 --- a/devel/libpciaccess/files/patch-src-freebsd_pci.c +++ b/devel/libpciaccess/files/patch-src-freebsd_pci.c @@ -67,7 +67,7 @@ +pci_device_freebsd_read16(struct pci_io_handle *handle, uint32_t reg) +{ +#if defined(__i386__) || defined(__amd64__) -+ return inw(andle->base + reg); ++ return inw(handle->base + reg); +#else + return *(uint16_t *)((uintptr_t)handle->memory + reg); +#endif |