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_setlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipset_setlist.c') diff --git a/ipset_setlist.c b/ipset_setlist.c index 064d67d..d5d65d7 100644 --- a/ipset_setlist.c +++ b/ipset_setlist.c @@ -134,7 +134,7 @@ printheader(struct set *set, unsigned options UNUSED) static void printips_sorted(struct set *set, void *data, - size_t len UNUSED, unsigned options UNUSED) + u_int32_t len UNUSED, unsigned options UNUSED) { struct ip_set_setlist *mysetdata = set->settype->header; int i; @@ -162,7 +162,7 @@ saveheader(struct set *set, unsigned options UNUSED) static void saveips(struct set *set, void *data, - size_t len UNUSED, unsigned options UNUSED) + u_int32_t len UNUSED, unsigned options UNUSED) { struct ip_set_setlist *mysetdata = set->settype->header; int i; -- cgit v1.2.3