aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/linux_common.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/csource/linux_common.go')
-rw-r--r--pkg/csource/linux_common.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/csource/linux_common.go b/pkg/csource/linux_common.go
index 49d7df124..b02e61188 100644
--- a/pkg/csource/linux_common.go
+++ b/pkg/csource/linux_common.go
@@ -2003,8 +2003,7 @@ struct ipt_getinfo {
struct ipt_get_entries {
char name[32];
unsigned int size;
- unsigned int pad;
- char entrytable[1024];
+ void* entrytable[1024 / sizeof(void*)];
};
struct xt_counters {