From 027dc5fb9021ce3f814a345b17c56d899733569a Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 16 May 2009 21:10:02 +0200 Subject: ipset 3.0 release The main change is full bigendian and 64/32bit enviroment support - in consequence the kernel-userspace protocol version was bumped. --- ipset_nethash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipset_nethash.c') diff --git a/ipset_nethash.c b/ipset_nethash.c index 9c9d6ac..c73e382 100644 --- a/ipset_nethash.c +++ b/ipset_nethash.c @@ -224,7 +224,7 @@ unpack_ip_tostring(ip_set_ip_t ip, unsigned options UNUSED) } static void -printips(struct set *set UNUSED, void *data, size_t len, unsigned options) +printips(struct set *set UNUSED, void *data, u_int32_t len, unsigned options) { size_t offset = 0; ip_set_ip_t *ip; @@ -249,7 +249,7 @@ saveheader(struct set *set, unsigned options UNUSED) /* Print save for an IP */ static void -saveips(struct set *set UNUSED, void *data, size_t len, unsigned options) +saveips(struct set *set UNUSED, void *data, u_int32_t len, unsigned options) { size_t offset = 0; ip_set_ip_t *ip; -- cgit v1.2.3