It seems Z is a libc5 only format modifier. Using standard 'z' instead. Signed-off-by: Eric Leblond <eric@xxxxxxxxx> --- util/printpkt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/printpkt.c b/util/printpkt.c index 3983a68..6b646e9 100644 --- a/util/printpkt.c +++ b/util/printpkt.c @@ -299,7 +299,7 @@ static int printpkt_ipv6(struct ulogd_key *res, char *buf) (char *) ikey_get_ptr(&res[KEY_IP_DADDR])); if (pp_is_valid(res, KEY_IP6_PAYLOAD_LEN)) - buf_cur += sprintf(buf_cur, "LEN=%Zu ", + buf_cur += sprintf(buf_cur, "LEN=%zu ", ikey_get_u16(&res[KEY_IP6_PAYLOAD_LEN]) + sizeof(struct ip6_hdr)); -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html