summaryrefslogtreecommitdiffstats
path: root/sbin/idmapd
diff options
context:
space:
mode:
authorrees <rees@FreeBSD.org>2004-04-15 16:12:12 +0000
committerrees <rees@FreeBSD.org>2004-04-15 16:12:12 +0000
commitcc363f9f35fbc60cd86cd107ee3e40b017d84053 (patch)
treed2db6d8ddff6a87956d176ba3f53efefe2e6e17e /sbin/idmapd
parentc7aa42fb7d0b772bf30f75a408f0b9130a6251d7 (diff)
downloadFreeBSD-src-cc363f9f35fbc60cd86cd107ee3e40b017d84053.zip
FreeBSD-src-cc363f9f35fbc60cd86cd107ee3e40b017d84053.tar.gz
use %zu instead of %zd
Requested by: Bruce Evans
Diffstat (limited to 'sbin/idmapd')
-rw-r--r--sbin/idmapd/idmapd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/idmapd/idmapd.c b/sbin/idmapd/idmapd.c
index e32c383..e5dbe80 100644
--- a/sbin/idmapd/idmapd.c
+++ b/sbin/idmapd/idmapd.c
@@ -215,8 +215,8 @@ idmap_service(struct idmap_e * e)
}
if (e->msg.msg_len != sizeof(struct idmap_msg)) {
- fprintf(stderr, "bad message length: %zd/%zd\n", e->msg.msg_len,
- sizeof(struct idmap_msg));
+ fprintf(stderr, "bad message length: %zu/%zu\n", e->msg.msg_len,
+ sizeof(struct idmap_msg));
return -1;
}
OpenPOWER on IntegriCloud