summaryrefslogtreecommitdiffstats
path: root/usr.sbin/uhsoctl
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-07-05 20:08:25 +0000
committergavin <gavin@FreeBSD.org>2014-07-05 20:08:25 +0000
commitd354f1271b6f38213a605313dc78c79d336e1f17 (patch)
tree98a4b1abd7f15d81cb252248b31732a854ac22ff /usr.sbin/uhsoctl
parentb19b03f00bd5a521cb8092b8593dcc9a2f9c279d (diff)
downloadFreeBSD-src-d354f1271b6f38213a605313dc78c79d336e1f17.zip
FreeBSD-src-d354f1271b6f38213a605313dc78c79d336e1f17.tar.gz
Use %zu not %zd for printing size_t.
PR: 185007 Submitted by: saper saper.info MFC after: 3 days
Diffstat (limited to 'usr.sbin/uhsoctl')
-rw-r--r--usr.sbin/uhsoctl/uhsoctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/uhsoctl/uhsoctl.c b/usr.sbin/uhsoctl/uhsoctl.c
index bffefc9..21b6220 100644
--- a/usr.sbin/uhsoctl/uhsoctl.c
+++ b/usr.sbin/uhsoctl/uhsoctl.c
@@ -601,7 +601,7 @@ at_cmd(struct ctx *ctx, const char *resp, resp_cb cb, resp_arg *ra, const char *
if (resp != NULL) {
l = strlen(resp);
#ifdef DEBUG
- fprintf(stderr, "SYNC_EXP: %s (%zd)\n", resp, l);
+ fprintf(stderr, "SYNC_EXP: %s (%zu)\n", resp, l);
#endif
}
OpenPOWER on IntegriCloud