mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +02:00
ipset: fixup compile errors with 2.6.18.x and 2.6.20 warnings
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
static size_t max_malloc_size = 0, max_page_size = 0;
|
||||
|
||||
static inline bool init_max_page_size(void)
|
||||
static inline unsigned int init_max_page_size(void)
|
||||
{
|
||||
size_t page_size = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user