]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cast bus_space_t to a intmax_t and use %j to print it instead of
authorWarner Losh <imp@FreeBSD.org>
Mon, 29 Mar 2010 17:25:06 +0000 (17:25 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 29 Mar 2010 17:25:06 +0000 (17:25 +0000)
commit68d9da9140b90c63f9c0a0a2befcf6ad58a264a2
tree28c26e08783090882eef8abfd27feffc30ccc281
parent784ae794761e569499483f187dcd76b5b9acdd49
Cast bus_space_t to a intmax_t and use %j to print it instead of
assuming it is size_t sized and using %z.
sys/dev/malo/if_malo.c