summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sasyncd/net_ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sasyncd/net_ctl.c')
-rw-r--r--usr.sbin/sasyncd/net_ctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/net_ctl.c b/usr.sbin/sasyncd/net_ctl.c
index b8d3296a4b7..105b8938327 100644
--- a/usr.sbin/sasyncd/net_ctl.c
+++ b/usr.sbin/sasyncd/net_ctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: net_ctl.c,v 1.10 2015/08/20 22:39:29 deraadt Exp $ */
+/* $OpenBSD: net_ctl.c,v 1.11 2016/07/18 21:22:09 benno Exp $ */
/*
* Copyright (c) 2005 Håkan Olsson. All rights reserved.
@@ -158,7 +158,7 @@ net_ctl_send(struct syncpeer *p, u_int32_t type, u_int32_t d, u_int32_t d2)
struct ctlmsg *m = malloc(sizeof *m);
if (!m) {
- log_err("malloc(%u)", sizeof *m);
+ log_err("malloc(%zu)", sizeof *m);
return -1;
}