Fix formwat string. Cast pointer to long and print it using %lx since %p
authorkettenis <kettenis@openbsd.org>
Sat, 10 May 2014 12:36:22 +0000 (12:36 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 10 May 2014 12:36:22 +0000 (12:36 +0000)
commitafa5fc7e77eed9060feef54739410477fb099ea9
tree317530a6464b0f70b5c1c40af48e0bb6a574d11d
parent69304183da46ee59aa95d4ea1b8b7f2886c942da
Fix formwat string.  Cast pointer to long and print it using %lx since %p
prefixes the address with 0x which we want to avoid here.
sys/arch/sparc64/dev/prtc.c