]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
64-bit clean fixes: Use %zx in preference to %x to print size_t items.
authorWarner Losh <imp@FreeBSD.org>
Thu, 27 Jan 2005 01:49:23 +0000 (01:49 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 27 Jan 2005 01:49:23 +0000 (01:49 +0000)
commitfa9af110fdb126de0323a070f41af737146b4f1a
tree4ce99a9106c9568219944b1b692e57ca33fb5160
parentfe9ec26797fe9a33580ef45d50d85b3a4f37ba79
64-bit clean fixes: Use %zx in preference to %x to print size_t items.
Cast a byte to uint8_t before printing.
sys/dev/ray/if_ray.c