]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix 32-bit build post-r350570
authorjhibbits <jhibbits@FreeBSD.org>
Sun, 4 Aug 2019 19:55:43 +0000 (19:55 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Sun, 4 Aug 2019 19:55:43 +0000 (19:55 +0000)
commit5a2f340a9e89b0fc6ff4d4c5acd26d7e8dac541b
tree480f41990a8eb2038649606b1f5afc2470781107
parenta6f6670e0b5f14c8ef7794f4b5b50b3807f0b356
Fix 32-bit build post-r350570

The error message prints a rman_res_t, which is an uintmax_t.  Explicitly
cast, just for future-proofing, and use the correct format.
sys/compat/linuxkpi/common/src/linux_pci.c