diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2009-05-16 21:10:02 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2009-05-16 21:10:02 +0200 |
commit | 027dc5fb9021ce3f814a345b17c56d899733569a (patch) | |
tree | 0639dc5b91b3a98036ee7b8122fb508c78a92d7d /ipset_iptreemap.c | |
parent | 40cb9382148104e0f68891b5cb3e5dc1a04250fa (diff) |
ipset 3.0 releasev3.0
The main change is full bigendian and 64/32bit enviroment support - in
consequence the kernel-userspace protocol version was bumped.
Diffstat (limited to 'ipset_iptreemap.c')
-rw-r--r-- | ipset_iptreemap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipset_iptreemap.c b/ipset_iptreemap.c index 81bc8f3..21948d4 100644 --- a/ipset_iptreemap.c +++ b/ipset_iptreemap.c @@ -115,7 +115,7 @@ printheader(struct set *set, unsigned int options UNUSED) static void printips_sorted(struct set *set UNUSED, void *data, - size_t len, unsigned int options) + u_int32_t len, unsigned int options) { struct ip_set_req_iptreemap *req; size_t offset = 0; @@ -147,7 +147,7 @@ saveheader(struct set *set, unsigned int options UNUSED) static void saveips(struct set *set UNUSED, void *data, - size_t len, unsigned int options) + u_int32_t len, unsigned int options) { struct ip_set_req_iptreemap *req; size_t offset = 0; |