summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ebtables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ebtables.h b/include/ebtables.h
index f026f04..30e8441 100644
--- a/include/ebtables.h
+++ b/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];
};