iptables-xml.c: In function "parse_counters": iptables-xml.c:70:8: warning: assignment from incompatible pointer type iptables-xml.c:71:8: warning: assignment from incompatible pointer type Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- iptables-xml.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iptables-xml.c b/iptables-xml.c index daf4208..32d996a 100644 --- a/iptables-xml.c +++ b/iptables-xml.c @@ -64,7 +64,7 @@ print_usage(const char *name, const char *version) static int parse_counters(char *string, struct ipt_counters *ctr) { - u_int64_t *pcnt, *bcnt; + __u64 *pcnt, *bcnt; if (string != NULL) { pcnt = &ctr->pcnt; -- 1.7.1 -- 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