[Bug 261687] On powerpc* bus_space_unmap() is not available due to header mismatch
Date: Thu, 03 Feb 2022 01:15:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261687 --- Comment #1 from Piotr Kubaj <pkubaj@FreeBSD.org> --- Changing bus_space_handle to: #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h) fixes build of that port, but I'm not sure whether it's a correct solution. -- You are receiving this mail because: You are the assignee for the bug.