cosmetic improvements and some bugfixes (global description)
diff --git a/extensions/ebt_mark_m.c b/extensions/ebt_mark_m.c
index 5029738..9ecb07e 100644
--- a/extensions/ebt_mark_m.c
+++ b/extensions/ebt_mark_m.c
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
-#include <sys/socket.h>
#include <string.h>
#include <getopt.h>
#include "../include/ebtables_u.h"
@@ -25,9 +24,9 @@
{
struct ebt_mark_m_info *markinfo = (struct ebt_mark_m_info *)match->data;
- markinfo->mark = 0;
- markinfo->mask = 0;
- markinfo->invert = 0;
+ markinfo->mark = 0;
+ markinfo->mask = 0;
+ markinfo->invert = 0;
markinfo->bitmask = 0;
}
@@ -113,7 +112,7 @@
final_check,
print,
compare,
- opts,
+ opts
};
static void _init(void) __attribute((constructor));