summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--userspace/ebtables2/include/ebtables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/userspace/ebtables2/include/ebtables.h b/userspace/ebtables2/include/ebtables.h
index f026f04..30e8441 100644
--- a/userspace/ebtables2/include/ebtables.h
+++ b/userspace/ebtables2/include/ebtables.h
@@ -156,9 +156,6 @@ struct ebt_entry {
unsigned int target_offset;
/* sizeof ebt_entry + matches + watchers + target */
unsigned int next_offset;
-#ifdef KERNEL_64_USERSPACE_32
- unsigned int pad[2];
-#endif
unsigned char elems[0];
};