]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
lib/vsprintf.c: remove %Z support
[karo-tx-linux.git] / net / ipv4 / netfilter / nf_conntrack_l3proto_ipv4.c
index fcfd071f470576281f425f7f3f145db12643e7eb..bc1486f2c0643355ddac067cb79f075cafd788d1 100644 (file)
@@ -235,7 +235,7 @@ getorigdst(struct sock *sk, int optval, void __user *user, int *len)
        }
 
        if ((unsigned int) *len < sizeof(struct sockaddr_in)) {
-               pr_debug("SO_ORIGINAL_DST: len %d not %Zu\n",
+               pr_debug("SO_ORIGINAL_DST: len %d not %zu\n",
                         *len, sizeof(struct sockaddr_in));
                return -EINVAL;
        }