(no commit message)
[iptables.git] / ipset / ipset_ipporthash.c
index 684e6c2..dbe8e57 100644 (file)
@@ -366,7 +366,7 @@ static struct settype settype_ipporthash = {
        .usage = &usage,
 };
 
-void _init(void)
+void __attribute__ ((constructor)) my_init(void)
 {
        settype_register(&settype_ipporthash);