summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-08 14:58:35 +0000
committerjhb <jhb@FreeBSD.org>2002-11-08 14:58:35 +0000
commitd102d4721a988b96f45977755319c212919e2a8f (patch)
tree3a953b686db4d6232ee254022c97ceed0d87859b /sys/dev/ti
parentd39f72b79f0766e78efee976eaa0245135fa8d78 (diff)
downloadFreeBSD-src-d102d4721a988b96f45977755319c212919e2a8f.zip
FreeBSD-src-d102d4721a988b96f45977755319c212919e2a8f.tar.gz
Use %z to print a size_t value.
Diffstat (limited to 'sys/dev/ti')
-rw-r--r--sys/dev/ti/if_ti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index b91f5cb..fdaebf0 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -796,7 +796,7 @@ ti_bcopy_swap(src, dst, len, swap_type)
size_t tmplen;
if (len & 0x3) {
- printf("ti_bcopy_swap: length %d isn't 32-bit aligned\n",
+ printf("ti_bcopy_swap: length %zd isn't 32-bit aligned\n",
len);
return(-1);
}
OpenPOWER on IntegriCloud